diff --git a/assets/the_modded_machine.png b/assets/the_modded_machine.png index 8f9805e..d0f80a8 100644 Binary files a/assets/the_modded_machine.png and b/assets/the_modded_machine.png differ diff --git a/scripts/Scene_Map.rb b/scripts/Scene_Map.rb index 91521e0..f738f85 100644 --- a/scripts/Scene_Map.rb +++ b/scripts/Scene_Map.rb @@ -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