Fixed Howl always failing

This commit is contained in:
Maruno17
2022-05-24 13:43:01 +01:00
parent 41479fac04
commit d94d1836c6

View File

@@ -741,7 +741,7 @@ class Battle::Move::RaiseTargetAttack1 < Battle::Move
return false if damagingMove?
failed = true
targets.each do |b|
next if b.pbCanRaiseStatStage?(:ATTACK, user, self)
next if !b.pbCanRaiseStatStage?(:ATTACK, user, self)
failed = false
break
end