From 13aeecf33c8bfa445f85846c9643785191e3c908 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Wed, 4 Mar 2015 12:17:14 -0500 Subject: [PATCH] Removed some blood flags, added blood color to greys and kidan --- code/modules/mob/living/carbon/species.dm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/species.dm b/code/modules/mob/living/carbon/species.dm index fda8ee8c755..7d16adc5539 100644 --- a/code/modules/mob/living/carbon/species.dm +++ b/code/modules/mob/living/carbon/species.dm @@ -380,7 +380,6 @@ the secrets of their empire to their allies." flags = HAS_LIPS | HAS_UNDERWEAR - bloodflags = BLOOD_GREEN bodyflags = HAS_SKIN_COLOR flesh_color = "#8CD7A3" @@ -517,9 +516,11 @@ brute_mod = 0.8 flags = IS_WHITELISTED - bloodflags = BLOOD_GREEN bodyflags = FEET_CLAWS + blood_color = "#FB9800" + + /datum/species/slime name = "Slime People" default_language = "Galactic Common" @@ -557,6 +558,8 @@ flags = IS_WHITELISTED | HAS_LIPS | HAS_UNDERWEAR | CAN_BE_FAT + blood_color = "#A200FF" + /datum/species/grey/handle_dna(var/mob/living/carbon/C, var/remove) if(!remove) C.dna.SetSEState(REMOTETALKBLOCK,1,1)