Merge branch 'master' into dev

This commit is contained in:
Maruno17
2021-08-12 20:37:25 +01:00
7 changed files with 20 additions and 8 deletions

View File

@@ -2522,7 +2522,8 @@ class PokeBattle_Move_0D6 < PokeBattle_HealingMove
return (user.totalhp/2.0).round
end
def pbEffectAfterAllHits(user,target)
def pbEffectGeneral(user)
super
user.effects[PBEffects::Roost] = true
end
end