buffs the everloving heck out of corpsemend surgeries (#5033)

This commit is contained in:
silicons
2023-02-05 18:30:11 +01:00
committed by GitHub
parent e2a0366af5
commit 7c02fb791f
+6 -6
View File
@@ -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(..())