mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Add missing mobj flags to SOC/Lua
This commit is contained in:
parent
51941f5896
commit
ade0b48b89
1 changed files with 2 additions and 0 deletions
|
|
@ -5794,6 +5794,8 @@ const char *const MOBJFLAG_LIST[] = {
|
||||||
"GRENADEBOUNCE",
|
"GRENADEBOUNCE",
|
||||||
"RUNSPAWNFUNC",
|
"RUNSPAWNFUNC",
|
||||||
"DONTENCOREMAP",
|
"DONTENCOREMAP",
|
||||||
|
"PICKUPFROMBELOW",
|
||||||
|
"NOSQUISH",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue