mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-26 08:16:00 +00:00
Fixed Dauntless Shield raising the wrong stat
This commit is contained in:
@@ -2678,7 +2678,7 @@ Battle::AbilityEffects::OnSwitchIn.add(:DARKAURA,
|
|||||||
|
|
||||||
Battle::AbilityEffects::OnSwitchIn.add(:DAUNTLESSSHIELD,
|
Battle::AbilityEffects::OnSwitchIn.add(:DAUNTLESSSHIELD,
|
||||||
proc { |ability, battler, battle, switch_in|
|
proc { |ability, battler, battle, switch_in|
|
||||||
battler.pbRaiseStatStageByAbility(:ATTACK, 1, battler)
|
battler.pbRaiseStatStageByAbility(:DEFENSE, 1, battler)
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user