From 09b7fdee1eb18b33720882bb95288ced81b6880d Mon Sep 17 00:00:00 2001 From: CIB Date: Mon, 18 Jun 2012 06:16:56 -0700 Subject: [PATCH] Nerfed medical mecha sleeper capturing speed. --- code/game/mecha/equipment/tools/tools.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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