r4296 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Sep 2 14:49:58 EDT 2008


Author: div0
Date: 2008-09-02 14:49:58 -0400 (Tue, 02 Sep 2008)
New Revision: 4296

Modified:
   trunk/data/qcsrc/server/g_damage.qc
Log:
fix death messages


Modified: trunk/data/qcsrc/server/g_damage.qc
===================================================================
--- trunk/data/qcsrc/server/g_damage.qc	2008-09-02 18:46:28 UTC (rev 4295)
+++ trunk/data/qcsrc/server/g_damage.qc	2008-09-02 18:49:58 UTC (rev 4296)
@@ -286,8 +286,8 @@
 					if(deathtype >= WEP_FIRST && deathtype <= WEP_LAST)
 					{
 						w_deathtypestring = "was blasted by";
-						weapon_action(deathtype, WR_SUICIDEMESSAGE);
-						p = strstrofs(w_deathtypestring, "|", 0);
+						weapon_action(deathtype, WR_KILLMESSAGE);
+						p = strstrofs(w_deathtypestring, "#", 0);
 						if(p < 0)
 							bprint("^1", s, "^1 ", w_deathtypestring, " ", a, "\n");
 						else




More information about the nexuiz-commits mailing list