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(); }