Fixed wrong generation in check
This commit is contained in:
parent
8f75844ece
commit
f1d60a4a04
1 changed files with 1 additions and 1 deletions
|
@ -1029,7 +1029,7 @@ static void _GiveEggFromDaycare(struct DayCare *daycare)
|
|||
InheritIVs(&egg, daycare);
|
||||
InheritPokeball(&egg, &daycare->mons[parentSlots[1]].mon, &daycare->mons[parentSlots[0]].mon);
|
||||
BuildEggMoveset(&egg, &daycare->mons[parentSlots[1]].mon, &daycare->mons[parentSlots[0]].mon);
|
||||
#if P_ABILITY_INHERITANCE >= GEN_8
|
||||
#if P_ABILITY_INHERITANCE >= GEN_6
|
||||
InheritAbility(&egg, &daycare->mons[parentSlots[1]].mon, &daycare->mons[parentSlots[0]].mon);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue