From 84199cea9ddaddc744fa160d13eb56764044bf31 Mon Sep 17 00:00:00 2001 From: Fghj240 <43589874+Fghj240@users.noreply.github.com> Date: Thu, 16 Jul 2026 05:54:57 -0700 Subject: [PATCH] Strongarm crate says "humanoid arms" instead of "human arms" (#96964) ## About The Pull Request Adds a single "oid" to the crate description ## Why It's Good For The Game When I was a new player I thought they only worked in human arms, and not any other race nor robotic arms. ## Changelog :cl: spellcheck: Strongarms crate decription now mentions "humanoid" instead of "human" arms. /:cl: Co-authored-by: Fghj240 --- code/modules/cargo/packs/medical.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cargo/packs/medical.dm b/code/modules/cargo/packs/medical.dm index da7088b455d..f55167c924b 100644 --- a/code/modules/cargo/packs/medical.dm +++ b/code/modules/cargo/packs/medical.dm @@ -193,7 +193,7 @@ /datum/supply_pack/medical/arm_implants name = "Strong-Arm Implant Set" - desc = "A crate containing two implants, which can be surgically implanted to empower the strength of human arms. Warranty void if exposed to electromagnetic pulses." + desc = "A crate containing two implants, which can be surgically implanted to empower the strength of humanoid arms. Warranty void if exposed to electromagnetic pulses." cost = CARGO_CRATE_VALUE * 6 contains = list(/obj/item/organ/cyberimp/arm/strongarm = 2) crate_name = "\improper Strong-Arm implant crate"