mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-29 03:32:24 +02:00
withBattleAnimationsWithoutTargets set false
This commit is contained in:
parent
706a23238c
commit
4ac382b281
@ -42,7 +42,7 @@ export const FunAndGamesEncounter: MysteryEncounter =
|
||||
.withSceneRequirement(new MoneyRequirement(0, 1.5)) // Cost equal to 1 Max Potion to play
|
||||
.withAutoHideIntroVisuals(false)
|
||||
// Allows using move without a visible enemy pokemon
|
||||
.withBattleAnimationsWithoutTargets(true)
|
||||
.withBattleAnimationsWithoutTargets(false)
|
||||
// The Wobbuffet won't use moves
|
||||
.withSkipEnemyBattleTurns(true)
|
||||
// Will skip COMMAND selection menu and go straight to FIGHT (move select) menu
|
||||
|
Loading…
Reference in New Issue
Block a user