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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Mar 21 10:08:51 EDT 2009


Author: div0
Date: 2009-03-21 10:08:50 -0400 (Sat, 21 Mar 2009)
New Revision: 6242

Modified:
   trunk/data/qcsrc/server/g_damage.qc
Log:
minstagib: play hit sound for shidl hits again


Modified: trunk/data/qcsrc/server/g_damage.qc
===================================================================
--- trunk/data/qcsrc/server/g_damage.qc	2009-03-21 03:33:41 UTC (rev 6241)
+++ trunk/data/qcsrc/server/g_damage.qc	2009-03-21 14:08:50 UTC (rev 6242)
@@ -684,6 +684,7 @@
 				centerprint(targ, strcat(DAMAGE_CENTERPRINT_SPACER, "^3Remaining extra lives: ",ftos(targ.armorvalue)));
 				damage = 0;
 				targ.hitsound += 1;
+				attacker.hitsound += 1; // TODO change this to a future specific hitsound for armor hit
 			}
 			if (DEATH_ISWEAPON(deathtype, WEP_LASER))
 			{



More information about the nexuiz-commits mailing list