[nexuiz-commits] r6899 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Jun 7 07:09:15 EDT 2009


Author: div0
Date: 2009-06-07 07:09:15 -0400 (Sun, 07 Jun 2009)
New Revision: 6899

Modified:
   trunk/data/qcsrc/server/w_tuba.qc
Log:
more tuba stuff ;)


Modified: trunk/data/qcsrc/server/w_tuba.qc
===================================================================
--- trunk/data/qcsrc/server/w_tuba.qc	2009-06-07 11:08:49 UTC (rev 6898)
+++ trunk/data/qcsrc/server/w_tuba.qc	2009-06-07 11:09:15 UTC (rev 6899)
@@ -121,11 +121,11 @@
 		return TRUE; // TODO use fuel?
 	else if (req == WR_SUICIDEMESSAGE)
 	{
-		w_deathtypestring = "hurt his own ears";
+		w_deathtypestring = "hurt his own ears with the @!#%'n Tuba";
 	}
 	else if (req == WR_KILLMESSAGE)
 	{
-		w_deathtypestring = "died of #'s great playing";
+		w_deathtypestring = "died of #'s great playing on the @!#%'n Tuba";
 	}
 	return TRUE;
 };



More information about the nexuiz-commits mailing list