diff --git a/code/game/mecha/equipment/tools/tools.dm b/code/game/mecha/equipment/tools/tools.dm index 179cd718f07..539196c7888 100644 --- a/code/game/mecha/equipment/tools/tools.dm +++ b/code/game/mecha/equipment/tools/tools.dm @@ -933,7 +933,9 @@ range = MELEE construction_cost = list("metal"=5000,"glass"=10000) reliability = 1000 - equip_cooldown = 20 + equip_cooldown = 50 // rather lengthy cooldown since otherwise + // this would be a too effective weapon for + // capturing somebody var/mob/living/carbon/occupant = null var/datum/global_iterator/pr_mech_sleeper var/inject_amount = 10