]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
More tiny tweaks to cvar and comment
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 4 Oct 2010 20:20:17 +0000 (23:20 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 4 Oct 2010 20:20:17 +0000 (23:20 +0300)
balanceXonotic.cfg
qcsrc/server/w_minelayer.qc

index ac00d7d3288d322ffb4d0850a5ac609aff1e6665..1918639a876c328acb559291739a4a2e407ace95 100644 (file)
@@ -320,7 +320,7 @@ set g_balance_minelayer_limit 4 // 0 disables the limit
 set g_balance_minelayer_protection 1 // don't explode if the mine would hurt the owner or a team mate
 set g_balance_minelayer_damageforcescale 0
 set g_balance_minelayer_detonatedelay -1 // 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_minelayer_time 0.25
+set g_balance_minelayer_time 0.5
 set g_balance_minelayer_remote_damage 45
 set g_balance_minelayer_remote_edgedamage 40
 set g_balance_minelayer_remote_radius 200
index b15872e2912200cd1fccbe7f44203fcab233110b..8b1337f1434606a7a393c25bdafa3c58d604a52a 100644 (file)
@@ -152,7 +152,7 @@ void W_Mine_Think (void)
                head = head.chain;
        }
 
-       // explode if it's time
+       // explode if it's time to
        if(self.mine_time && time >= self.mine_time)
                W_Mine_ProximityExplode();