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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Jun 3 21:07:00 EDT 2009


Author: mand1nga
Date: 2009-06-03 21:07:00 -0400 (Wed, 03 Jun 2009)
New Revision: 6859

Modified:
   trunk/data/qcsrc/server/ctf.qc
Log:
Adjusted glow trail colors

Modified: trunk/data/qcsrc/server/ctf.qc
===================================================================
--- trunk/data/qcsrc/server/ctf.qc	2009-06-03 19:37:39 UTC (rev 6858)
+++ trunk/data/qcsrc/server/ctf.qc	2009-06-04 01:07:00 UTC (rev 6859)
@@ -690,11 +690,11 @@
 	{ // Provide Flag Glow Trail
 		if(self.team == COLOR_TEAM1)
 			// Red
-			self.glow_color = 233;
+			self.glow_color = 251;
 		else
 		if(self.team == COLOR_TEAM2)
 			// Blue
-			self.glow_color = 215;
+			self.glow_color = 210;
 			
 		self.glow_size = 25;
 		self.glow_trail = 1;



More information about the nexuiz-commits mailing list