r6026 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Mar 1 06:18:32 EST 2009


Author: div0
Date: 2009-03-01 06:18:29 -0500 (Sun, 01 Mar 2009)
New Revision: 6026

Modified:
   trunk/data/qcsrc/server/w_nex.qc
Log:
nex shot org


Modified: trunk/data/qcsrc/server/w_nex.qc
===================================================================
--- trunk/data/qcsrc/server/w_nex.qc	2009-03-01 11:16:49 UTC (rev 6025)
+++ trunk/data/qcsrc/server/w_nex.qc	2009-03-01 11:18:29 UTC (rev 6026)
@@ -15,7 +15,7 @@
 	float flying;
 	flying = IsFlying(self); // do this BEFORE to make the trace values from FireRailgunBullet last
 
-	W_SetupShot (self, '52 9 -9', TRUE, 5, "weapons/nexfire.wav");
+	W_SetupShot (self, '33 8 -9', TRUE, 5, "weapons/nexfire.wav");
 
 	yoda = 0;
 	FireRailgunBullet (w_shotorg, w_shotorg + w_shotdir * MAX_SHOT_DISTANCE, cvar("g_balance_nex_damage"), cvar("g_balance_nex_force"), WEP_NEX);




More information about the nexuiz-commits mailing list