From cb560ba6c0be0120318ca7d5b5dd983dc915aa9c Mon Sep 17 00:00:00 2001 From: VMSolidus Date: Tue, 21 Apr 2026 10:19:08 -0400 Subject: [PATCH] Nanopaste Tweak (#22305) Apparently made the surgeons role nearly unplayable. I need to revisit the surgery code after my Finals Week is done. --- code/modules/surgery/organs_internal.dm | 2 +- html/changelogs/hellfirejag-nanopaste-tweak.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/hellfirejag-nanopaste-tweak.yml diff --git a/code/modules/surgery/organs_internal.dm b/code/modules/surgery/organs_internal.dm index 0fc05226843..bafe2f987a0 100644 --- a/code/modules/surgery/organs_internal.dm +++ b/code/modules/surgery/organs_internal.dm @@ -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(!..()) diff --git a/html/changelogs/hellfirejag-nanopaste-tweak.yml b/html/changelogs/hellfirejag-nanopaste-tweak.yml new file mode 100644 index 00000000000..7325f294f07 --- /dev/null +++ b/html/changelogs/hellfirejag-nanopaste-tweak.yml @@ -0,0 +1,4 @@ +author: Hellfirejag +delete-after: True +changes: + - balance: "Tweaked the skill requirements for repairing organs with nanopaste to rank 2 robotics (down from rank 3)."