Fixes bug with shiny pokemon

This commit is contained in:
infinitefusion
2023-03-05 18:55:26 -05:00
parent 6c471e0cd9
commit 3849fac249

View File

@@ -177,6 +177,10 @@ class Pokemon
end
end
def naturalShiny?
return @natural_shiny
end
def debugShiny?
return !@natural_shiny || @debug_shiny
end