mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-12 19:32:17 +02:00
Change Giovanni's Specialty Type to Ground
This commit is contained in:
parent
f8087760ad
commit
3c39685d9c
@ -2607,7 +2607,7 @@ export const trainerConfigs: TrainerConfigs = {
|
|||||||
.setBattleBgm("battle_kanto_gym")
|
.setBattleBgm("battle_kanto_gym")
|
||||||
.setMixedBattleBgm("battle_kanto_gym"),
|
.setMixedBattleBgm("battle_kanto_gym"),
|
||||||
[TrainerType.GIOVANNI]: new TrainerConfig(++t)
|
[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")
|
.setBattleBgm("battle_kanto_gym")
|
||||||
.setMixedBattleBgm("battle_kanto_gym"),
|
.setMixedBattleBgm("battle_kanto_gym"),
|
||||||
[TrainerType.FALKNER]: new TrainerConfig(++t)
|
[TrainerType.FALKNER]: new TrainerConfig(++t)
|
||||||
|
Loading…
Reference in New Issue
Block a user