mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 22:24:58 +00:00
Fixed Grudge and Lunar Dance not properly changing PP amounts
This commit is contained in:
@@ -68,7 +68,7 @@ class Battle::Battler
|
||||
end
|
||||
# Grudge
|
||||
if target.effects[PBEffects::Grudge] && target.fainted?
|
||||
move.pp = 0
|
||||
user.pbSetPP(move, 0)
|
||||
@battle.pbDisplay(_INTL("{1}'s {2} lost all of its PP due to the grudge!",
|
||||
user.pbThis, move.name))
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user