mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 06:34:59 +00:00
Added some Gen 8 item effects, added super shininess
This commit is contained in:
@@ -184,6 +184,10 @@ class PokeBattle_Battler
|
||||
return @pokemon && @pokemon.shiny?
|
||||
end
|
||||
|
||||
def super_shiny?
|
||||
return @pokemon && @pokemon.super_shiny?
|
||||
end
|
||||
|
||||
def owned?
|
||||
return false if !@battle.wildBattle?
|
||||
return $Trainer.owned?(displaySpecies)
|
||||
|
||||
Reference in New Issue
Block a user