Fixed some bad uses of @battle

This commit is contained in:
Maruno17
2021-12-29 11:43:24 +00:00
parent 01ce5d347c
commit 63b157d7ec
3 changed files with 3 additions and 4 deletions

View File

@@ -1476,8 +1476,7 @@ Battle::ItemEffects::OnBeingHitPositiveBerry.add(:ENIGMABERRY,
if forced
battle.pbDisplay(_INTL("{1}'s HP was restored.", battler.pbThis))
else
battle.pbDisplay(_INTL("{1} restored its health using its {2}!", battler.pbThis,
itemName))
battle.pbDisplay(_INTL("{1} restored its health using its {2}!", battler.pbThis, itemName))
end
next true
}