From dc0cf1ee51531b807c7b9a421678673f11915ea9 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sun, 10 Apr 2016 21:36:58 +0200 Subject: [PATCH] Weapon dicing and unlimited reload moved to debug only. --- maps/mp/gametypes/hns.gsc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/maps/mp/gametypes/hns.gsc b/maps/mp/gametypes/hns.gsc index 45cab49..2c7d85a 100644 --- a/maps/mp/gametypes/hns.gsc +++ b/maps/mp/gametypes/hns.gsc @@ -617,8 +617,10 @@ handleSeeker() { player.maxhealth = 280; player.health = 280; + /# player thread enableUnlimitedReload(); - player thread enableWeaponDicing("+actionslot 3"); + player thread enableWeaponDicing("+actionslot 2"); + #/ player thread giveHelpfulHintsForSeeker(); }