Entar forgot to consider Nightmare part of the Erect variation
This commit is contained in:
parent
d763c4fd9a
commit
bf9b74c1f0
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user