From e478c47208c4c1fe67ff00efd1cefec82d7b4fd5 Mon Sep 17 00:00:00 2001 From: AGU <55attemps@gmail.com> Date: Sun, 31 Aug 2025 21:46:46 -0400 Subject: [PATCH] ok maybe *IM* the idiot --- states/freeplaystate.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/freeplaystate.lua b/states/freeplaystate.lua index 1ca11de..5d402a6 100644 --- a/states/freeplaystate.lua +++ b/states/freeplaystate.lua @@ -61,7 +61,7 @@ return function() local confirm = love.audio.newSource("sounds/ui/confirmMenu.ogg", "static") local function run() - Erect = curDiff == "erect" or "nightmare" + Erect = curDiff == "erect" or curDiff == "nightmare" gameMode = "freeplaymode"