r2467 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu May 3 14:29:05 EDT 2007


Author: div0
Date: 2007-05-03 14:29:05 -0400 (Thu, 03 May 2007)
New Revision: 2467

Modified:
   trunk/data/qcsrc/server/keyhunt.qc
Log:
for push, credit the attacker


Modified: trunk/data/qcsrc/server/keyhunt.qc
===================================================================
--- trunk/data/qcsrc/server/keyhunt.qc	2007-05-03 18:21:32 UTC (rev 2466)
+++ trunk/data/qcsrc/server/keyhunt.qc	2007-05-03 18:29:05 UTC (rev 2467)
@@ -558,7 +558,7 @@
 	{
 		kh_Scores_Event(attacker, world, "push", cvar("g_balance_keyhunt_score_push"), 0);
 		centerprint(attacker, "Your push is the best!\n\n\n");
-		bprint("The ", ColoredTeamName(teem), "^7 could not take care of the ", lostkey.netname, "\n");
+		bprint("The ", ColoredTeamName(teem), "^7 could not take care of the ", lostkey.netname, " when ", attacker.netname, "^7 came.\n");
 	}
 	else
 	{




More information about the nexuiz-commits mailing list