- Added DavidPH's Poison damage extension but changed it so that the metadata can be removed.
SVN r2450 (trunk)
This commit is contained in:
parent
545a892faa
commit
f430881a54
7 changed files with 106 additions and 7 deletions
|
|
@ -224,6 +224,8 @@ static FFlagDef ActorFlags[]=
|
|||
DEFINE_FLAG(MF6, JUMPDOWN, AActor, flags6),
|
||||
DEFINE_FLAG(MF6, VULNERABLE, AActor, flags6),
|
||||
DEFINE_FLAG(MF6, NOTRIGGER, AActor, flags6),
|
||||
DEFINE_FLAG(MF6, ADDITIVEPOISONDAMAGE, AActor, flags6),
|
||||
DEFINE_FLAG(MF6, ADDITIVEPOISONDURATION, AActor, flags6),
|
||||
DEFINE_FLAG(MF6, BLOCKEDBYSOLIDACTORS, AActor, flags6),
|
||||
|
||||
// Effect flags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue