fixed decidueye

This commit is contained in:
damocleas 2025-02-01 13:48:36 -07:00 committed by GitHub
parent 5098dd68a8
commit 01f07f5649
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1962,7 +1962,7 @@ export const trainerConfigs: TrainerConfigs = {
p.generateAndPopulateMoveset();
p.formIndex = 1; // G-Max Snorlax
}))
.setPartyMemberFunc(5, getRandomPartyMemberFunc([ Species.INCINEROAR, Species.DECIDUEYE_HISUI ], TrainerSlot.TRAINER, true, p => {
.setPartyMemberFunc(5, getRandomPartyMemberFunc([ Species.INCINEROAR, Species.HISUI_DECIDUEYE ], TrainerSlot.TRAINER, true, p => {
p.generateAndPopulateMoveset();
p.gender = Gender.MALE;
}))