From d5282c7edcc52325198f1dab44043c7245afa1cb Mon Sep 17 00:00:00 2001 From: esteel Date: Thu, 10 Apr 2008 19:46:08 +0000 Subject: [PATCH] final fixes for the frag prints? git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3583 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/qcsrc/server/g_damage.qc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/qcsrc/server/g_damage.qc b/data/qcsrc/server/g_damage.qc index f9cc0449a..eeefa8d93 100644 --- a/data/qcsrc/server/g_damage.qc +++ b/data/qcsrc/server/g_damage.qc @@ -280,17 +280,17 @@ void Obituary (entity attacker, entity targ, float deathtype) } else if (attacker.killcount == 5) { - bprint (a,"^7 is on a ^1RAGE\n"); + bprint (a,"^7 unleashes ^1RAGE\n"); announce(attacker, "announcer/male/05kills.ogg"); } else if (attacker.killcount == 10) { - bprint (a,"^7 started a ^1MASSACRE!\n"); + bprint (a,"^7 starts the ^1MASSACRE!\n"); announce(attacker, "announcer/male/10kills.ogg"); } else if (attacker.killcount == 15) { - bprint (a,"^7 is unleashing ^1MAYHEM!\n"); + bprint (a,"^7 executes ^1MAYHEM!\n"); announce(attacker, "announcer/male/15kills.ogg"); } else if (attacker.killcount == 20) @@ -300,12 +300,12 @@ void Obituary (entity attacker, entity targ, float deathtype) } else if (attacker.killcount == 25) { - bprint (a,"^7 caused massive ^1CARNAGE!\n"); + bprint (a,"^7 inflicts ^1CARNAGE!\n"); announce(attacker, "announcer/male/25kills.ogg"); } else if (attacker.killcount == 30) { - bprint (a,"^7 is starting ^1ARMAGEDDON!\n"); + bprint (a,"^7 unleashes ^1ARMAGEDDON!\n"); announce(attacker, "announcer/male/30kills.ogg"); } } -- 2.39.2