9 lines
150 B
Plaintext
9 lines
150 B
Plaintext
#include "immune_imbue"
|
|
#include "spawner"
|
|
void main()
|
|
{
|
|
|
|
PCEffect(2.5,VFX_IMP_DEATH, OBJECT_SELF);
|
|
ImmuneImbue(IP_CONST_IMMUNITYMISC_DEATH_MAGIC);
|
|
}
|