From e1c4bc89f5404d8fc2736341a1dd7214c1c02823 Mon Sep 17 00:00:00 2001 From: Doxxmedearly <38594443+Doxxmedearly@users.noreply.github.com> Date: Thu, 9 Jun 2022 11:39:26 -0400 Subject: [PATCH] Offworlders can have human synthskin prosthetics (#14260) --- code/modules/organs/robolimbs.dm | 2 +- html/changelogs/doxxmedearly-offworlderprosthetics.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/doxxmedearly-offworlderprosthetics.yml diff --git a/code/modules/organs/robolimbs.dm b/code/modules/organs/robolimbs.dm index 3859484487e..a1793627005 100644 --- a/code/modules/organs/robolimbs.dm +++ b/code/modules/organs/robolimbs.dm @@ -111,7 +111,7 @@ var/global/datum/robolimb/basic_robolimb company = PROSTHETIC_SYNTHSKIN desc = "This limb is designed to mimic the Human form. It does so with moderate success." icon = 'icons/mob/human_races/human/r_human.dmi' - species_can_use = list(SPECIES_HUMAN) + species_can_use = list(SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD) linked_frame = SPECIES_IPC_SHELL fabricator_available = TRUE paintable = TRUE diff --git a/html/changelogs/doxxmedearly-offworlderprosthetics.yml b/html/changelogs/doxxmedearly-offworlderprosthetics.yml new file mode 100644 index 00000000000..0ca561c9560 --- /dev/null +++ b/html/changelogs/doxxmedearly-offworlderprosthetics.yml @@ -0,0 +1,4 @@ +author: Doxxmedearly +delete-after: True +changes: + - bugfix: "Offworlders are able to have human synthskin prosthetics, and can select them in character setup."