- added DavidPH's PoisonDamageType submission.
SVN r3235 (trunk)
This commit is contained in:
parent
a587ffed57
commit
44921297d3
6 changed files with 27 additions and 13 deletions
|
|
@ -1090,6 +1090,16 @@ DEFINE_PROPERTY(poisondamage, Iii, Actor)
|
|||
}
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
//==========================================================================
|
||||
DEFINE_PROPERTY(poisondamagetype, S, Actor)
|
||||
{
|
||||
PROP_STRING_PARM(poisondamagetype, 0);
|
||||
|
||||
defaults->PoisonDamageType = poisondamagetype;
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
//==========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue