Untested Changes Theory

This commit is contained in:
GenericHeroGuy 2025-11-08 16:30:40 +01:00
parent 7bd225da17
commit ed861e5c1b

View file

@ -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"))
{