Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #----------------------------------------------------------------------
- # <react effect: reverse>
- # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- # This causes the battler to have normal HP damage effect MP, and vice
- # versa.
- #----------------------------------------------------------------------
- when "REVERSE"
- @hp_damage = @mp_damage
- @mp_damage = @hp_damage
Advertisement
Add Comment
Please, Sign In to add comment