Advertisement
TechSkylander1518

Overworld Poison Heal

Sep 26th, 2021
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.16 KB | None | 0 0
  1.         i.hp -= 1 if i.hp>1 || Settings::POISON_FAINT_IN_FIELD && !i.hasAbility?(:POISONHEAL)
  2.         i.hp += 1 if i.hp<i.totalhp && i.hasAbility?(:POISONHEAL)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement