mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-30 18:57:17 +01:00
buffs the everloving heck out of corpsemend surgeries (#5033)
This commit is contained in:
@@ -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(..())
|
||||
|
||||
Reference in New Issue
Block a user