mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-30 04:02:25 +02:00
Update trainer-config.ts
This commit is contained in:
parent
ecaf526726
commit
fec513a8e2
@ -2008,7 +2008,6 @@ export const trainerConfigs: TrainerConfigs = {
|
|||||||
p.abilityIndex = 2; // Drought
|
p.abilityIndex = 2; // Drought
|
||||||
}
|
}
|
||||||
}))
|
}))
|
||||||
}))
|
|
||||||
.setPartyMemberFunc(2, getRandomPartyMemberFunc([ Species.SCOVILLAIN ], TrainerSlot.TRAINER, true, p => {
|
.setPartyMemberFunc(2, getRandomPartyMemberFunc([ Species.SCOVILLAIN ], TrainerSlot.TRAINER, true, p => {
|
||||||
p.generateAndPopulateMoveset();
|
p.generateAndPopulateMoveset();
|
||||||
p.abilityIndex = 0; // Chlorophyll
|
p.abilityIndex = 0; // Chlorophyll
|
||||||
|
Loading…
Reference in New Issue
Block a user