From 73467866b62fe437cc4e43369e090d02d969f791 Mon Sep 17 00:00:00 2001 From: Jona Lam <89871543+JonaLam@users.noreply.github.com> Date: Sat, 21 Dec 2024 17:58:56 +0100 Subject: [PATCH] forgot debug var --- Global/DEBUG_VAR.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/DEBUG_VAR.gd b/Global/DEBUG_VAR.gd index 116fd43d..fc87fac9 100644 --- a/Global/DEBUG_VAR.gd +++ b/Global/DEBUG_VAR.gd @@ -21,7 +21,7 @@ const DEBUG_ACTIVE_INVENTORY_DEBUG_BUTTONS : bool = false const DEBUG_PRINT_EVENT_COUNT : bool = false ## Makes player start with a lot of gold -const DEBUG_START_WITH_A_LOT_OF_GOLD : bool = true +const DEBUG_START_WITH_A_LOT_OF_GOLD : bool = false ## Used in tests to use the same enemy group all the time ## It can't be a const because we change it inside the tests