This commit is contained in:
DepressedTWM 2026-08-17 16:27:55 +04:00
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

View file

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