}
else if(DEATH_WEAPONOF(deathtype))
{
- print("death was a weapon!\n");
+ print("SUICIDE: death was a weapon!\n");
}
else
{
- backtrace("what the hell happened here?\n");
+ backtrace("SUICIDE: what the hell happened here?\n");
}
}
{
if(DEATH_ISSPECIAL(deathtype))
{
- backtrace("hmm death was special?\n");
+ backtrace("MURDER: hmm death was special?\n");
}
else if(DEATH_WEAPONOF(deathtype))
{
- print("death was a weapon!\n");
+ print("MURDER: death was a weapon!\n");
}
else
{
- backtrace("what the hell happened here?\n");
+ backtrace("MURDER: what the hell happened here?\n");
}
LogDeath("tk", deathtype, attacker, targ);