bugfixes 1.3

This commit is contained in:
infinitefusion
2021-09-09 20:18:33 -04:00
parent ace5657d23
commit 73d4a83752
30 changed files with 32 additions and 18 deletions

View File

@@ -54,7 +54,7 @@ def pbGenerateEgg(pokemon, text = "")
pokemon = getID(PBSpecies, pokemon)
end
if pokemon.is_a?(Integer)
pokemon = PokeBattle_Pokemon.new(pokemon, EGGINITIALLEVEL, $Trainer)
pokemon = PokeBattle_Pokemon.new(pokemon, Settings::EGG_LEVEL, $Trainer)
end
# Get egg steps
eggsteps = $pkmn_dex[pokemon.species][10]