Add missing mobj flags to SOC/Lua

This commit is contained in:
James R 2021-12-16 23:05:44 -08:00
parent 51941f5896
commit ade0b48b89

View file

@ -5794,6 +5794,8 @@ const char *const MOBJFLAG_LIST[] = {
"GRENADEBOUNCE",
"RUNSPAWNFUNC",
"DONTENCOREMAP",
"PICKUPFROMBELOW",
"NOSQUISH",
NULL
};