r3581 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Apr 10 14:35:23 EDT 2008


Author: esteel
Date: 2008-04-10 14:35:23 -0400 (Thu, 10 Apr 2008)
New Revision: 3581

Modified:
   trunk/data/qcsrc/server/g_damage.qc
Log:
some fixes for the frag prints


Modified: trunk/data/qcsrc/server/g_damage.qc
===================================================================
--- trunk/data/qcsrc/server/g_damage.qc	2008-04-10 17:54:01 UTC (rev 3580)
+++ trunk/data/qcsrc/server/g_damage.qc	2008-04-10 18:35:23 UTC (rev 3581)
@@ -290,7 +290,7 @@
 				}
 				else if (attacker.killcount == 15)
 				{
-					bprint (a,"^7 caused a ^1MAYHEM!\n");
+					bprint (a,"^7 caused ^1MAYHEM!\n");
 					announce(attacker, "announcer/male/15kills.ogg");
 				}
 				else if (attacker.killcount == 20)
@@ -300,7 +300,7 @@
 				}
 				else if (attacker.killcount == 25)
 				{
-					bprint (a,"^7 caused a ^1CARNAGE!\n");
+					bprint (a,"^7 caused massive ^1CARNAGE!\n");
 					announce(attacker, "announcer/male/25kills.ogg");
 				}
 				else if (attacker.killcount == 30)




More information about the nexuiz-commits mailing list