- Joined
- Sep 14, 2014
- Messages
- 468
- Reaction score
- 306
- First Language
- English
- Primarily Uses
- RMVXA
Here is a link to the script https://galvs-scripts.com/galvs-character-effects/ Would appreciate any help I can get.


@reflect = actor.reflect
class Game_Player
def refresh
galv_reflect_gp_refresh
unless actor
@reflect = false
if SceneManager.scene_is?(Scene_Map)
SceneManager.scene.spriteset.refresh_effects
end
return
end
@reflect = actor.reflect
@reflect_sprite = actor.reflect_sprite
@icon = actor.icon
if SceneManager.scene_is?(Scene_Map)
SceneManager.scene.spriteset.refresh_effects
end
end
end
Maybe, they ARE missing in the first place. How can you be sure if there is one left?The patch just shows all party members are missing.