disabling light in maps without any light function
This commit is contained in:
parent
07aad2afe3
commit
70b3ac817b
|
|
@ -374,6 +374,7 @@ class Scene_Map
|
||||||
if $game_map.map_id != $game_temp.player_new_map_id
|
if $game_map.map_id != $game_temp.player_new_map_id
|
||||||
# Set up a new map
|
# Set up a new map
|
||||||
$light&.clear_lights_no_signal
|
$light&.clear_lights_no_signal
|
||||||
|
$light.sleep
|
||||||
$game_map.setup($game_temp.player_new_map_id)
|
$game_map.setup($game_temp.player_new_map_id)
|
||||||
end
|
end
|
||||||
# Set up player/follower positions
|
# Set up player/follower positions
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue