mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
disabling light in maps without any light function
This commit is contained in:
parent
07aad2afe3
commit
70b3ac817b
1 changed files with 1 additions and 0 deletions
|
|
@ -374,6 +374,7 @@ class Scene_Map
|
|||
if $game_map.map_id != $game_temp.player_new_map_id
|
||||
# Set up a new map
|
||||
$light&.clear_lights_no_signal
|
||||
$light.sleep
|
||||
$game_map.setup($game_temp.player_new_map_id)
|
||||
end
|
||||
# Set up player/follower positions
|
||||
|
|
|
|||
Loading…
Reference in a new issue