9 lines
156 B
Plaintext
9 lines
156 B
Plaintext
void main()
|
|
{
|
|
|
|
|
|
effect eDeath = EffectDeath();
|
|
ApplyEffectToObject (DURATION_TYPE_PERMANENT, eDeath, OBJECT_SELF);
|
|
SetIsDestroyable(FALSE, FALSE, FALSE);
|
|
}
|