r3582 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Apr 10 14:44:03 EDT 2008


Author: esteel
Date: 2008-04-10 14:44:03 -0400 (Thu, 10 Apr 2008)
New Revision: 3582

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 18:35:23 UTC (rev 3581)
+++ trunk/data/qcsrc/server/g_damage.qc	2008-04-10 18:44:03 UTC (rev 3582)
@@ -285,12 +285,12 @@
 				}
 				else if (attacker.killcount == 10)
 				{
-					bprint (a,"^7 has done a ^1MASSACRE!\n");
+					bprint (a,"^7 started a ^1MASSACRE!\n");
 					announce(attacker, "announcer/male/10kills.ogg");
 				}
 				else if (attacker.killcount == 15)
 				{
-					bprint (a,"^7 caused ^1MAYHEM!\n");
+					bprint (a,"^7 is unleashing ^1MAYHEM!\n");
 					announce(attacker, "announcer/male/15kills.ogg");
 				}
 				else if (attacker.killcount == 20)
@@ -305,7 +305,7 @@
 				}
 				else if (attacker.killcount == 30)
 				{
-					bprint (a,"^7 started the ^1ARMAGEDDON?!\n");
+					bprint (a,"^7 is starting ^1ARMAGEDDON!\n");
 					announce(attacker, "announcer/male/30kills.ogg");
 				}
 			}




More information about the nexuiz-commits mailing list