mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 22:24:58 +00:00
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:
@@ -205,6 +205,7 @@ def pbDayCareGenerateEgg
|
||||
egg.form = parent.form
|
||||
break
|
||||
end
|
||||
egg.form = 0 if babyspecies == :SINISTEA
|
||||
# Inheriting Moves
|
||||
moves = []
|
||||
othermoves = []
|
||||
|
||||
Reference in New Issue
Block a user