mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Fox
This commit is contained in:
parent
fc264423dd
commit
2f14ad4715
2 changed files with 3 additions and 1 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 3.6 KiB |
|
|
@ -131,7 +131,9 @@ class Scene_Map
|
|||
return
|
||||
else
|
||||
if Settings[:oneshot_mode] == true
|
||||
File.new("badend.lock", "w")
|
||||
if($game_switches[179] == false)
|
||||
File.new("badend.lock", "w")
|
||||
end
|
||||
$game_temp.common_event_id = 35
|
||||
else
|
||||
$game_temp.common_event_id = 35
|
||||
|
|
|
|||
Loading…
Reference in a new issue