mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Add PokeBattle_Battler#isSpecies?
This commit is contained in:
@@ -271,6 +271,10 @@ class PokeBattle_Battler
|
|||||||
return ret
|
return ret
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def isSpecies?(species)
|
||||||
|
return @pokemon && @pokemon.isSpecies?(species)
|
||||||
|
end
|
||||||
|
|
||||||
# Returns the active types of this Pokémon. The array should not include the
|
# 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
|
# same type more than once, and should not include any invalid type numbers
|
||||||
# (e.g. -1).
|
# (e.g. -1).
|
||||||
|
|||||||
Reference in New Issue
Block a user