Offworlders can have human synthskin prosthetics (#14260)

This commit is contained in:
Doxxmedearly
2022-06-09 11:39:26 -04:00
committed by GitHub
parent 04c25a2bfd
commit e1c4bc89f5
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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