Entar forgot to consider Nightmare part of the Erect variation

This commit is contained in:
AGU 2025-08-31 21:22:55 -04:00
parent d763c4fd9a
commit bf9b74c1f0

View File

@ -61,7 +61,7 @@ return function()
local confirm = love.audio.newSource("sounds/ui/confirmMenu.ogg", "static")
local function run()
Erect = curDiff == "erect"
Erect = curDiff == "erect" or "nightmare"
gameMode = "freeplaymode"