mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-21 06:49:35 +02:00
Fix fiery fallout missing argument
This commit is contained in:
parent
d9f7c27ff1
commit
92e2968280
@ -217,7 +217,7 @@ export const FieryFalloutEncounter: MysteryEncounter =
|
||||
.newOptionWithMode(MysteryEncounterOptionMode.DISABLED_OR_SPECIAL)
|
||||
.withPrimaryPokemonRequirement(new CombinationPokemonRequirement(
|
||||
new TypeRequirement(Type.FIRE, true, 1),
|
||||
new AbilityRequirement(FIRE_RESISTANT_ABILITIES)
|
||||
new AbilityRequirement(FIRE_RESISTANT_ABILITIES, true)
|
||||
)) // Will set option3PrimaryName dialogue token automatically
|
||||
.withDialogue({
|
||||
buttonLabel: `${namespace}:option.3.label`,
|
||||
|
Loading…
Reference in New Issue
Block a user