mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Fixed pbOnStepTaken being called every frame if you open a menu immediately at the end of a step, fixed Sweet Veil being defined incorrectly
This commit is contained in:
@@ -200,7 +200,7 @@ BattleHandlers::StatusImmunityAllyAbility.add(:FLOWERVEIL,
|
||||
}
|
||||
)
|
||||
|
||||
BattleHandlers::StatusImmunityAbility.add(:SWEETVEIL,
|
||||
BattleHandlers::StatusImmunityAllyAbility.add(:SWEETVEIL,
|
||||
proc { |ability,battler,status|
|
||||
next true if status == :SLEEP
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user