[Bug] Fix Fun and Games playing move animations even if off (#5187)
This commit is contained in:
parent
3daa9054f3
commit
8012a1b559
|
@ -41,8 +41,6 @@ export const FunAndGamesEncounter: MysteryEncounter =
|
||||||
.withSceneWaveRangeRequirement(...CLASSIC_MODE_MYSTERY_ENCOUNTER_WAVES)
|
.withSceneWaveRangeRequirement(...CLASSIC_MODE_MYSTERY_ENCOUNTER_WAVES)
|
||||||
.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
|
|
||||||
.withBattleAnimationsWithoutTargets(true)
|
|
||||||
// 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