mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
roamer fix
This commit is contained in:
@@ -74,7 +74,9 @@ def applyRoamWeather()
|
|||||||
return if $game_screen.weather_type != :None
|
return if $game_screen.weather_type != :None
|
||||||
currently_roaming = $PokemonGlobal.roamPosition.keys
|
currently_roaming = $PokemonGlobal.roamPosition.keys
|
||||||
currently_roaming.each do |roamer_id|
|
currently_roaming.each do |roamer_id|
|
||||||
roamerOnCurrentMap = $PokemonGlobal.roamPosition[roamer_id] == $game_map.map_id
|
roamer_switch = Settings::ROAMING_SPECIES[roamer_id][2]
|
||||||
|
roamer_active = $game_switches[roamer_switch]
|
||||||
|
roamerOnCurrentMap = $PokemonGlobal.roamPosition[roamer_id] == $game_map.map_id && roamer_active
|
||||||
if roamerOnCurrentMap
|
if roamerOnCurrentMap
|
||||||
return if $PokemonGlobal.roamPokemonCaught[roamer_id]
|
return if $PokemonGlobal.roamPokemonCaught[roamer_id]
|
||||||
weather = Settings::ROAMING_SPECIES[roamer_id][6]
|
weather = Settings::ROAMING_SPECIES[roamer_id][6]
|
||||||
|
|||||||
Reference in New Issue
Block a user