From e2fb182eabf8e781145da7a4de2de6a2a9cb019d Mon Sep 17 00:00:00 2001 From: Mathilde <146444134+ibexgoetia@users.noreply.github.com> Date: Thu, 16 Apr 2026 12:28:12 +0200 Subject: [PATCH] Fixes an exploit with the Paperwork Autosurgeon (#5443) ## About The Pull Request The HoP and NTC started with a REUSABLE autosurgeon in their lockers, instead of a single use one. Thankfully this had gone unnoticed until like, yesterday. Anyways quick fix to avoid people from abusing this ## Why It's Good For The Game mfw NTC and HOP have free self-surgery ## Proof Of Testing image ## Changelog :cl: fix: Switched the reusable autosurgeon NTCs and HOPs had access to with a single use one. /:cl: --- modular_zubbers/code/modules/surgery/autosurgeon.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modular_zubbers/code/modules/surgery/autosurgeon.dm b/modular_zubbers/code/modules/surgery/autosurgeon.dm index 37d37ee1ff3..d3ce409bbaa 100644 --- a/modular_zubbers/code/modules/surgery/autosurgeon.dm +++ b/modular_zubbers/code/modules/surgery/autosurgeon.dm @@ -1,2 +1,4 @@ /obj/item/autosurgeon/paperwork starting_organ = /obj/item/organ/cyberimp/arm/toolkit/paperwork + desc = "A single use autosurgeon that contains a paperwork arm implant augment. A screwdriver can be used to remove it, but implants can't be placed back in." + uses = 1