disabling light in maps without any light function

This commit is contained in:
Issac332 2026-07-03 02:15:49 +03:00
parent 07aad2afe3
commit 70b3ac817b
1 changed files with 1 additions and 0 deletions

View File

@ -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