From 7c02fb791fadf4635e956602b7bd0a516fccef26 Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Sun, 5 Feb 2023 09:30:11 -0800 Subject: [PATCH] buffs the everloving heck out of corpsemend surgeries (#5033) --- code/modules/surgery/external_repair.dm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/code/modules/surgery/external_repair.dm b/code/modules/surgery/external_repair.dm index 7ed7e60a421..08d40d85e09 100644 --- a/code/modules/surgery/external_repair.dm +++ b/code/modules/surgery/external_repair.dm @@ -39,8 +39,8 @@ can_infect = 0 //The only exception here. Sweeping a scanner probably won't transfer many germs. - min_duration = 20 - max_duration = 40 + min_duration = 10 + max_duration = 20 /datum/surgery_step/repairflesh/scan_injury/can_use(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool) if(..()) @@ -92,8 +92,8 @@ priority = 3 - min_duration = 90 - max_duration = 120 + min_duration = 20 + max_duration = 20 /datum/surgery_step/repairflesh/repair_burns/can_use(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool) if(..()) @@ -162,8 +162,8 @@ priority = 3 - min_duration = 90 - max_duration = 120 + min_duration = 20 + max_duration = 20 /datum/surgery_step/repairflesh/repair_brute/can_use(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool) if(..())