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:
Maruno17
2022-10-16 22:53:41 +01:00
parent 9ad45d6b07
commit 9eb90b784e
6 changed files with 32 additions and 40 deletions

View File

@@ -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)