Buffs the speed of all surgeries plus minor change. (#7631)

This commit is contained in:
tacoguy7765093
2024-01-28 17:30:12 -06:00
committed by GitHub
parent b453217bb9
commit 27c70dd144
12 changed files with 92 additions and 91 deletions

View File

@@ -199,7 +199,7 @@
)
min_duration = 50
max_duration = 60
max_duration = 50 //CHOMPedit
/datum/surgery_step/robotics/repair_burn/can_use(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool)
if(..())
@@ -251,7 +251,7 @@
allowed_procs = list(IS_SCREWDRIVER = 100)
min_duration = 70
max_duration = 90
max_duration = 70 //CHOMPedit
/datum/surgery_step/robotics/fix_organ_robotic/can_use(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool)
if (!hasorgans(target))