mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 06:34:59 +00:00
Fixes bug with shiny pokemon
This commit is contained in:
@@ -177,6 +177,10 @@ class Pokemon
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def naturalShiny?
|
||||||
|
return @natural_shiny
|
||||||
|
end
|
||||||
|
|
||||||
def debugShiny?
|
def debugShiny?
|
||||||
return !@natural_shiny || @debug_shiny
|
return !@natural_shiny || @debug_shiny
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user