[6.8.2] Safari Zone crash patch

This commit is contained in:
chardub
2026-07-11 10:49:34 -04:00
parent d3f378b833
commit 7a4c34b872
34 changed files with 200 additions and 129 deletions
@@ -102,7 +102,7 @@ class OverworldPokemonEvent < Game_Event
def roll_for_special_encounters
# Mew encounter
if rand(10000) < Settings::MEW_OW_ENCOUNTER_CHANCE
if rand(15100) < Settings::MEW_OW_ENCOUNTER_CHANCE
@species = :MEW
@level = 7
end