From 72b35b8a139fa5860d058c3eafd811ce9b2d10ad Mon Sep 17 00:00:00 2001 From: meowtech Date: Tue, 26 May 2026 21:12:54 +0000 Subject: [PATCH] fixed some statement i guess --- scripts/Scene_Map.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Scene_Map.rb b/scripts/Scene_Map.rb index a6a4dfa..2026a5d 100644 --- a/scripts/Scene_Map.rb +++ b/scripts/Scene_Map.rb @@ -326,7 +326,7 @@ class Scene_Map # Chroma.playAnim("chroma/Random_Keyboard.chroma", false); #end # If debug mode is ON and F9 key was pressed - if Input.press?(Input::F9) && Settings[:debug] = true + if Input.press?(Input::F9) && Settings[:debug] == true # Set debug calling flag $game_temp.debug_calling = true end