party size requirement cleanup

This commit is contained in:
ImperialSympathizer 2024-09-21 17:12:15 -04:00
parent 02d2b6ebce
commit cfafbb3492

View File

@ -115,7 +115,7 @@ export const DarkDealEncounter: MysteryEncounter =
},
])
.withSceneWaveRangeRequirement(30, CLASSIC_MODE_MYSTERY_ENCOUNTER_WAVES[1])
.withScenePartySizeRequirement(2, 6) // Must have at least 2 pokemon in party
.withScenePartySizeRequirement(2, 6, true) // Must have at least 2 pokemon in party
.withCatchAllowed(true)
.withTitle(`${namespace}.title`)
.withDescription(`${namespace}.description`)