mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Offworlders can have human synthskin prosthetics (#14260)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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."
|
||||
Reference in New Issue
Block a user