mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-07-22 07:37:00 +00:00
[6.8.2] Safari Zone crash patch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user