Add MFE_TOUCHLAVA and MFE_TRACERANGLE to Lua and SOC

This commit is contained in:
James R 2019-12-28 17:52:22 -08:00
parent 90e56bcdf9
commit 0237dc8ca2
1 changed files with 2 additions and 0 deletions

View File

@ -8824,9 +8824,11 @@ static const char *const MOBJEFLAG_LIST[] = {
"JUSTSTEPPEDDOWN", // used for ramp sectors
"VERTICALFLIP", // Vertically flip sprite/allow upside-down physics
"GOOWATER", // Goo water
"TOUCHLAVA", // The mobj is touching a lava block
"PUSHED", // Mobj was already pushed this tic
"SPRUNG", // Mobj was already sprung this tic
"APPLYPMOMZ", // Platform movement
"TRACERANGLE", // Compute and trigger on mobj angle relative to tracer
NULL
};