mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 22:54:59 +00:00
Adds double ability triggers
This commit is contained in:
@@ -318,6 +318,10 @@ class PokeBattle_Battler
|
||||
return @pokemon.isFusionOf(check_species)
|
||||
end
|
||||
|
||||
def isFusion?()
|
||||
return @pokemon.isFusion?()
|
||||
end
|
||||
|
||||
# Returns the active types of this Pokémon. The array should not include the
|
||||
# same type more than once, and should not include any invalid type numbers
|
||||
# (e.g. -1).
|
||||
|
||||
Reference in New Issue
Block a user