Advertisement
dsiver144

State Animation Fix

Nov 20th, 2017
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. #-------------------------------------------------------------------------------
  2. # * State Animation Blink Fix
  3. # by dsiver144
  4. #-------------------------------------------------------------------------------
  5. class Sprite_Battler
  6. #--------------------------------------------------------------------------
  7. # * new method: state_anim_visible
  8. #--------------------------------------------------------------------------
  9. def state_anim_visible
  10. if @battler.alive?
  11. return :show
  12. else
  13. return :hide
  14. end
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement