14 lines
210 B
Plaintext
14 lines
210 B
Plaintext
|
#include "NW_I0_GENERIC"
|
||
|
#include "jw_privates_inc"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
object oPC=GetLastDamager();
|
||
|
object oMob=GetObjectByTag("jw_deathbringer2");
|
||
|
|
||
|
if (d20()==1&&GetIsObjectValid(oMob))
|
||
|
{
|
||
|
SetVictim(oPC,oMob);
|
||
|
}
|
||
|
}
|