mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-30 04:02:25 +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
|
.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
|
||||||
|
Loading…
Reference in New Issue
Block a user