r4773 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Oct 16 11:59:53 EDT 2008


Author: div0
Date: 2008-10-16 11:59:53 -0400 (Thu, 16 Oct 2008)
New Revision: 4773

Modified:
   trunk/data/qcsrc/server/g_damage.qc
Log:
play complaint a bit earlier


Modified: trunk/data/qcsrc/server/g_damage.qc
===================================================================
--- trunk/data/qcsrc/server/g_damage.qc	2008-10-16 15:52:35 UTC (rev 4772)
+++ trunk/data/qcsrc/server/g_damage.qc	2008-10-16 15:59:53 UTC (rev 4773)
@@ -721,7 +721,7 @@
 				if(time > attacker.teamkill_complain)
 				{
 					attacker.teamkill_complain = time + 5;
-					attacker.teamkill_soundtime = time + 0.5;
+					attacker.teamkill_soundtime = time + 0.3;
 					attacker.teamkill_soundsource = targ;
 				}
 			}




More information about the nexuiz-commits mailing list