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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Sep 22 08:21:00 EDT 2009


Author: div0
Date: 2009-09-22 08:21:00 -0400 (Tue, 22 Sep 2009)
New Revision: 7863

Modified:
   trunk/data/qcsrc/server/t_items.qc
Log:
more alpha again


Modified: trunk/data/qcsrc/server/t_items.qc
===================================================================
--- trunk/data/qcsrc/server/t_items.qc	2009-09-22 12:03:09 UTC (rev 7862)
+++ trunk/data/qcsrc/server/t_items.qc	2009-09-22 12:21:00 UTC (rev 7863)
@@ -48,7 +48,7 @@
 	if(self.weapons != (self.weapons & other.weapons))
 		self.alpha = 0.5;
 	else
-		self.alpha = 0.1;
+		self.alpha = 0.13;
 	return TRUE;
 }
 
@@ -95,7 +95,7 @@
 		e.model = e.mdl;
 		e.solid = SOLID_NOT;
 		//e.colormod = '0.2 1 0.2';
-		e.alpha = 0.1;
+		e.alpha = 0.13;
 		e.customizeentityforclient = func_null;
 
 		e.spawnshieldtime = 1;



More information about the nexuiz-commits mailing list