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:
@@ -9,8 +9,8 @@ module MultipleForms
|
||||
@@formSpecies.add(sym, hash)
|
||||
end
|
||||
|
||||
def self.registerIf(cond, hash)
|
||||
@@formSpecies.addIf(cond, hash)
|
||||
def self.registerIf(sym, cond, hash)
|
||||
@@formSpecies.addIf(sym, cond, hash)
|
||||
end
|
||||
|
||||
def self.hasFunction?(pkmn, func)
|
||||
|
||||
Reference in New Issue
Block a user