From ed861e5c1b853a87cf5cabea8e3c32c19d22e1b8 Mon Sep 17 00:00:00 2001 From: GenericHeroGuy Date: Sat, 8 Nov 2025 16:30:40 +0100 Subject: [PATCH] Untested Changes Theory --- src/deh_lua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deh_lua.c b/src/deh_lua.c index ad40a5c2e..3af0b3e89 100644 --- a/src/deh_lua.c +++ b/src/deh_lua.c @@ -439,7 +439,7 @@ static int ScanConstants(lua_State *L, boolean mathlib, const char *word) } return luaL_error(L, "karthud '%s' could not be found.\n", word); } - else if (mathlib && fastncmp("KITEM_",word,6)) { + else if (fastncmp("KITEM_",word,6)) { p = word+6; if (fastcmp(p, "LIGHTNINGSHIELD")) {