]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Verbosity ftw
authorSamual Lenks <samual@xonotic.org>
Fri, 14 Dec 2012 02:04:38 +0000 (21:04 -0500)
committerSamual Lenks <samual@xonotic.org>
Fri, 14 Dec 2012 02:04:38 +0000 (21:04 -0500)
qcsrc/server/g_damage.qc

index a97534f6c016212a32ebf12f14b266ca1004622c..4867d13056522e4257a59af5c1664205716d2f2d 100644 (file)
@@ -437,11 +437,11 @@ void Obituary(entity attacker, entity inflictor, entity targ, float deathtype)
                }
                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");
                }
        }
 
@@ -455,15 +455,15 @@ void Obituary(entity attacker, entity inflictor, entity targ, float deathtype)
                {
                        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);