mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
new game plus fix - fix boosted exp & wrong intial stats
This commit is contained in:
@@ -48,8 +48,10 @@ module Game
|
||||
if pokemon != nil
|
||||
if !pokemon.egg?
|
||||
pokemon.level = 5
|
||||
pokemon.owner.id = $Trainer.id
|
||||
pokemon.species = GameData::Species.get(pokemon.species).get_baby_species(false)
|
||||
pokemon.reset_moves
|
||||
pokemon.calc_stats
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user