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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Jun 17 11:48:43 EDT 2009


Author: div0
Date: 2009-06-17 11:48:43 -0400 (Wed, 17 Jun 2009)
New Revision: 7050

Modified:
   trunk/data/qcsrc/server/miscfunctions.qc
Log:
new mutator: g_weaponarena none ;)


Modified: trunk/data/qcsrc/server/miscfunctions.qc
===================================================================
--- trunk/data/qcsrc/server/miscfunctions.qc	2009-06-17 05:51:48 UTC (rev 7049)
+++ trunk/data/qcsrc/server/miscfunctions.qc	2009-06-17 15:48:43 UTC (rev 7050)
@@ -760,6 +760,11 @@
 			}
 		}
 	}
+	else if(s == "none")
+	{
+		g_weaponarena_list = "No Weapons";
+		g_weaponarena = WEPBIT_ALL + 1; // this supports no single weapon bit!
+	}
 	else
 	{
 		t = tokenize_console(s);



More information about the nexuiz-commits mailing list