withBattleAnimationsWithoutTargets set false

This commit is contained in:
ChrisLolz 2025-01-26 00:41:03 -05:00
parent 706a23238c
commit 4ac382b281

View File

@ -42,7 +42,7 @@ export const FunAndGamesEncounter: MysteryEncounter =
.withSceneRequirement(new MoneyRequirement(0, 1.5)) // Cost equal to 1 Max Potion to play .withSceneRequirement(new MoneyRequirement(0, 1.5)) // Cost equal to 1 Max Potion to play
.withAutoHideIntroVisuals(false) .withAutoHideIntroVisuals(false)
// Allows using move without a visible enemy pokemon // Allows using move without a visible enemy pokemon
.withBattleAnimationsWithoutTargets(true) .withBattleAnimationsWithoutTargets(false)
// The Wobbuffet won't use moves // The Wobbuffet won't use moves
.withSkipEnemyBattleTurns(true) .withSkipEnemyBattleTurns(true)
// Will skip COMMAND selection menu and go straight to FIGHT (move select) menu // Will skip COMMAND selection menu and go straight to FIGHT (move select) menu