From e3356ed5fe0e43dd7f25251b52cfdca5d8abd1b2 Mon Sep 17 00:00:00 2001 From: Screemonster Date: Tue, 9 Oct 2018 14:12:02 +0100 Subject: [PATCH] Xenochimera tweak --- .../human/species/station/station_special_vr.dm | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/code/modules/mob/living/carbon/human/species/station/station_special_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_special_vr.dm index 5315840a82..f234244240 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_special_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_special_vr.dm @@ -33,6 +33,7 @@ /mob/living/proc/flying_toggle, /mob/living/proc/start_wings_hovering) //Xenochimera get all the special verbs since they can't select traits. + virus_immune = 1 // They practically ARE one. min_age = 18 max_age = 80 @@ -51,6 +52,16 @@ flags = NO_SCAN | NO_INFECT //Dying as a chimera is, quite literally, a death sentence. Well, if it wasn't for their revive, that is. appearance_flags = HAS_HAIR_COLOR | HAS_LIPS | HAS_UNDERWEAR | HAS_SKIN_COLOR | HAS_EYE_COLOR + has_organ = list( //Same organ list as tajarans. + O_HEART = /obj/item/organ/internal/heart, + O_LUNGS = /obj/item/organ/internal/lungs, + O_VOICE = /obj/item/organ/internal/voicebox, + O_LIVER = /obj/item/organ/internal/liver, + O_KIDNEYS = /obj/item/organ/internal/kidneys, + O_BRAIN = /obj/item/organ/internal/brain, + O_EYES = /obj/item/organ/internal/eyes + ) + flesh_color = "#AFA59E" base_color = "#333333" blood_color = "#14AD8B"