mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
Fix to previous commit
This commit is contained in:
@@ -48,7 +48,7 @@ BattleHandlers::WeightCalcItem.add(:FLOATSTONE,
|
|||||||
BattleHandlers::HPHealItem.add(:AGUAVBERRY,
|
BattleHandlers::HPHealItem.add(:AGUAVBERRY,
|
||||||
proc { |item,battler,battle,forced|
|
proc { |item,battler,battle,forced|
|
||||||
next battler.pbConfusionBerry(item, forced, 4,
|
next battler.pbConfusionBerry(item, forced, 4,
|
||||||
_INTL("For {1}, the {2} was too bitter!", battler.pbThis(true), GameData::Item.get(item).name))
|
_INTL("For {1}, the {2} was too bitter!", battler.pbThis(true), GameData::Item.get(item).name)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user