class Game_Battler alias refresh_without_state refresh def refresh refresh_without_state if state?(28) && state?(29) remove_state(28) remove_state(29) end endend
class Game_Battler alias refresh_without_state refresh def refresh refresh_without_state if state?(28) && state?(29) remove_state(28) remove_state(29) end end end