Adon237

YEM~ Lunatic States ~ Reverse

Jul 19th, 2012
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.44 KB | None | 0 0
  1.       #----------------------------------------------------------------------
  2.       # <react effect: reverse>
  3.       # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  4.       # This causes the battler to have normal HP damage effect MP, and vice
  5.       # versa.
  6.       #----------------------------------------------------------------------
  7.       when "REVERSE"
  8.         @hp_damage = @mp_damage
  9.         @mp_damage = @hp_damage
Advertisement
Add Comment
Please, Sign In to add comment