mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
Fixed regional form-exclusive species producing eggs of the wrong species, fixed eggs not being the appropriate form based on the region they were made in
This commit is contained in:
@@ -66,6 +66,9 @@ class DayCare
|
||||
egg.obtain_text = _INTL("Day-Care Couple")
|
||||
egg.happiness = 120
|
||||
egg.form = 0 if species == :SINISTEA
|
||||
# Set regional form
|
||||
new_form = MultipleForms.call("getFormOnEggCreation", egg)
|
||||
egg.form = new_form if new_form
|
||||
return egg
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user