[nexuiz-commits] r8353 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Dec 2 13:23:01 EST 2009


Author: fruitiex
Date: 2009-12-02 13:23:01 -0500 (Wed, 02 Dec 2009)
New Revision: 8353

Modified:
   trunk/data/balanceNexrun.cfg
Log:
set armor and health rot pause to 1 to prevent spam when passing a give hp/armor checkpoint in CTS


Modified: trunk/data/balanceNexrun.cfg
===================================================================
--- trunk/data/balanceNexrun.cfg	2009-12-02 18:21:46 UTC (rev 8352)
+++ trunk/data/balanceNexrun.cfg	2009-12-02 18:23:01 UTC (rev 8353)
@@ -130,7 +130,7 @@
 set g_balance_pause_health_regen_spawn 0
 set g_balance_health_rot 0
 set g_balance_health_rotlinear 1
-set g_balance_pause_health_rot 0
+set g_balance_pause_health_rot 1
 set g_balance_pause_health_rot_spawn 0
 set g_balance_health_regenstable 100
 set g_balance_health_rotstable 100
@@ -139,7 +139,7 @@
 set g_balance_armor_regenlinear 0
 set g_balance_armor_rot 0
 set g_balance_armor_rotlinear 1
-set g_balance_pause_armor_rot 0
+set g_balance_pause_armor_rot 1
 set g_balance_pause_armor_rot_spawn 0
 set g_balance_armor_regenstable 100
 set g_balance_armor_rotstable 100



More information about the nexuiz-commits mailing list