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."