Fixed additional effect issues with Eerie Spell/Jaw Lock/Thousand Waves

This commit is contained in:
Maruno17
2023-03-09 20:37:26 +00:00
parent e93c3c69ac
commit 5a18f7fd65
7 changed files with 36 additions and 13 deletions

View File

@@ -217,6 +217,12 @@ Battle::AI::Handlers::MoveFailureAgainstTargetCheck.add("TrapTargetInBattle",
}
)
#===============================================================================
# TODO: Review score modifiers.
#===============================================================================
Battle::AI::Handlers::MoveFailureAgainstTargetCheck.copy("TrapTargetInBattle",
"TrapTargetInBattleMainEffect")
#===============================================================================
# TODO: Review score modifiers.
#===============================================================================