From 2ce5a3f9f7bdf4b9504c5386d522d9a05d3900d9 Mon Sep 17 00:00:00 2001 From: Alberyk Date: Sat, 23 Feb 2019 20:30:57 -0300 Subject: [PATCH] Make the aut'akh unathi playable (#6085) --- .../carbon/human/species/station/unathi_subspecies.dm | 1 - html/changelogs/alberyk-unathi.yml | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/alberyk-unathi.yml diff --git a/code/modules/mob/living/carbon/human/species/station/unathi_subspecies.dm b/code/modules/mob/living/carbon/human/species/station/unathi_subspecies.dm index 8ef058c2b9b..e86e46a1174 100644 --- a/code/modules/mob/living/carbon/human/species/station/unathi_subspecies.dm +++ b/code/modules/mob/living/carbon/human/species/station/unathi_subspecies.dm @@ -82,7 +82,6 @@ "r_foot" = list("path" = /obj/item/organ/external/foot/right/autakh) ) - spawn_flags = IS_RESTRICTED appearance_flags = HAS_HAIR_COLOR | HAS_UNDERWEAR | HAS_SKIN_COLOR | HAS_EYE_COLOR flags = NO_CHUBBY | NO_SCAN diff --git a/html/changelogs/alberyk-unathi.yml b/html/changelogs/alberyk-unathi.yml new file mode 100644 index 00000000000..a69ec9e6041 --- /dev/null +++ b/html/changelogs/alberyk-unathi.yml @@ -0,0 +1,6 @@ +author: Alberyk + +delete-after: True + +changes: + - rscadd: "The aut'akh are now playable as a crew species."