Fixed unique Galarian evolutions not being flagged as being able to pass their form on when breeding, fixed bred Sinistea sometimes not being phony form

This commit is contained in:
Maruno17
2021-09-02 22:01:17 +01:00
parent 885c1193e3
commit 423961e524
3 changed files with 13 additions and 12 deletions

View File

@@ -205,6 +205,7 @@ def pbDayCareGenerateEgg
egg.form = parent.form
break
end
egg.form = 0 if babyspecies == :SINISTEA
# Inheriting Moves
moves = []
othermoves = []