[nexuiz-commits] r7684 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Sep 8 03:11:15 EDT 2009


Author: div0
Date: 2009-09-08 03:11:09 -0400 (Tue, 08 Sep 2009)
New Revision: 7684

Modified:
   trunk/data/weapons.cfg
Log:
detonate delay fixed for delayprojectiles 0


Modified: trunk/data/weapons.cfg
===================================================================
--- trunk/data/weapons.cfg	2009-09-08 07:04:04 UTC (rev 7683)
+++ trunk/data/weapons.cfg	2009-09-08 07:11:09 UTC (rev 7684)
@@ -271,7 +271,7 @@
 set g_balance_rocketlauncher_ammo 3
 set g_balance_rocketlauncher_health 99999
 set g_balance_rocketlauncher_damageforcescale 0
-set g_balance_rocketlauncher_detonatedelay 0.08 // positive: timer till detonation is allowed, negative: "security device" that prevents ANY remote detonation if it could hurt its owner, zero: detonatable at any time
+set g_balance_rocketlauncher_detonatedelay 0.05 // positive: timer till detonation is allowed, negative: "security device" that prevents ANY remote detonation if it could hurt its owner, zero: detonatable at any time
 set g_balance_rocketlauncher_guiderate 360 // max degrees per second
 set g_balance_rocketlauncher_guidegoal 512 // goal distance for (non-laser) guiding (higher = less control, lower = erratic)
 set g_balance_rocketlauncher_guidedelay 0.1 // delay before guiding kicks in



More information about the nexuiz-commits mailing list