Nanopaste Tweak (#22305)

Apparently made the surgeons role nearly unplayable. I need to revisit
the surgery code after my Finals Week is done.
This commit is contained in:
VMSolidus
2026-04-21 14:19:08 +00:00
committed by GitHub
parent 33b8164013
commit cb560ba6c0
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -118,7 +118,7 @@
min_duration = 50
max_duration = 70
skill_requirements = alist(ROBOTICS_SKILL_COMPONENT = SKILL_LEVEL_TRAINED)
skill_requirements = alist(ROBOTICS_SKILL_COMPONENT = SKILL_LEVEL_FAMILIAR)
/singleton/surgery_step/internal/fix_organ_robotic/can_use(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool)
if(!..())