Fix fiery fallout missing argument

This commit is contained in:
MokaStitcher 2024-10-21 15:36:56 +02:00
parent d9f7c27ff1
commit 92e2968280

View File

@ -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`,