Make Guzma's water types have to wait for their moves

This commit is contained in:
Blitzy 2025-01-23 18:27:40 -06:00 committed by GitHub
parent bddb4f6121
commit ff83b51ced
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2413,7 +2413,6 @@ export const trainerConfigs: TrainerConfigs = {
}))
.setPartyMemberFunc(2, getRandomPartyMemberFunc([ Species.HISUI_SAMUROTT, Species.CRAWDAUNT ], TrainerSlot.TRAINER, true, p => {
p.abilityIndex = 2; //Sharpness Hisui Samurott, Adaptability Crawdaunt
p.generateAndPopulateMoveset();
}))
.setPartyMemberFunc(3, getRandomPartyMemberFunc([ Species.BUZZWOLE ], TrainerSlot.TRAINER, true, p => {
p.generateAndPopulateMoveset();