r3386 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Feb 16 18:28:01 EST 2008


Author: div0
Date: 2008-02-16 18:28:01 -0500 (Sat, 16 Feb 2008)
New Revision: 3386

Modified:
   trunk/data/qcsrc/server/w_nex.qc
Log:
adjusted Nex shot origin. Morphed, next time you do that...


Modified: trunk/data/qcsrc/server/w_nex.qc
===================================================================
--- trunk/data/qcsrc/server/w_nex.qc	2008-02-16 23:06:50 UTC (rev 3385)
+++ trunk/data/qcsrc/server/w_nex.qc	2008-02-16 23:28:01 UTC (rev 3386)
@@ -1,7 +1,7 @@
 
 void W_Nex_Attack (void)
 {
-	W_SetupShot (self, '25 8 -4', TRUE, 5, "weapons/nexfire.wav");
+	W_SetupShot (self, '25 3 -1', TRUE, 5, "weapons/nexfire.wav");
 	//W_SetupShot (self, '25 8 -8', TRUE, 2, "weapons/nexfire.wav"); // TODO: move model down a little
 
 	// assure that nexdamage is high enough in minstagib




More information about the nexuiz-commits mailing list