mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
Fixed incorrect capitalisation in message when Aurora Veil wears off
This commit is contained in:
@@ -426,7 +426,7 @@ class Battle
|
|||||||
_INTL("The swamp around {1} disappeared!", @battlers[side].pbTeam(true)))
|
_INTL("The swamp around {1} disappeared!", @battlers[side].pbTeam(true)))
|
||||||
# Aurora Veil
|
# Aurora Veil
|
||||||
pbEORCountDownSideEffect(side, PBEffects::AuroraVeil,
|
pbEORCountDownSideEffect(side, PBEffects::AuroraVeil,
|
||||||
_INTL("{1}'s Aurora Veil wore off!", @battlers[side].pbTeam(true)))
|
_INTL("{1}'s Aurora Veil wore off!", @battlers[side].pbTeam))
|
||||||
end
|
end
|
||||||
|
|
||||||
#=============================================================================
|
#=============================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user