mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
addIf now need an identifier symbol, fixed clas between using Future Sight and being locked into a move, fixed IV inheritance
This commit is contained in:
@@ -173,7 +173,7 @@ class DayCare
|
||||
def inherit_IVs(egg, mother, father)
|
||||
# Get all stats
|
||||
stats = []
|
||||
GameData::Stat.each_main { |s| stats.push(s) }
|
||||
GameData::Stat.each_main { |s| stats.push(s.id) }
|
||||
# Get the number of stats to inherit
|
||||
inherit_count = 3
|
||||
if Settings::MECHANICS_GENERATION >= 6
|
||||
|
||||
Reference in New Issue
Block a user