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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Jul 8 11:21:34 EDT 2009


Author: div0
Date: 2009-07-08 11:21:33 -0400 (Wed, 08 Jul 2009)
New Revision: 7160

Modified:
   trunk/data/qcsrc/server/w_minstanex.qc
Log:
remove recoil from minstanex


Modified: trunk/data/qcsrc/server/w_minstanex.qc
===================================================================
--- trunk/data/qcsrc/server/w_minstanex.qc	2009-07-08 15:11:29 UTC (rev 7159)
+++ trunk/data/qcsrc/server/w_minstanex.qc	2009-07-08 15:21:33 UTC (rev 7160)
@@ -5,7 +5,7 @@
 	float flying;
 	flying = IsFlying(self); // do this BEFORE to make the trace values from FireRailgunBullet last
 
-	W_SetupShot (self, TRUE, 5, "weapons/minstanexfire.wav", 0);
+	W_SetupShot (self, TRUE, 0, "weapons/minstanexfire.wav", 0);
 
 	yoda = 0;
 	damage_goodhits = 0;



More information about the nexuiz-commits mailing list