Change Giovanni's Specialty Type to Ground

This commit is contained in:
Blitzy 2025-04-16 19:12:57 -05:00 committed by GitHub
parent f8087760ad
commit 3c39685d9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2607,7 +2607,7 @@ export const trainerConfigs: TrainerConfigs = {
.setBattleBgm("battle_kanto_gym")
.setMixedBattleBgm("battle_kanto_gym"),
[TrainerType.GIOVANNI]: new TrainerConfig(++t)
.initForGymLeader(signatureSpecies["GIOVANNI"], true, PokemonType.DARK, true, -2)
.initForGymLeader(signatureSpecies["GIOVANNI"], true, PokemonType.GROUND, true, -2)
.setBattleBgm("battle_kanto_gym")
.setMixedBattleBgm("battle_kanto_gym"),
[TrainerType.FALKNER]: new TrainerConfig(++t)