From 59df809a664479e408ae2bac91f5582254df4a2e Mon Sep 17 00:00:00 2001 From: Icarus-The-Sun <119832971+Icarus-The-Sun@users.noreply.github.com> Date: Thu, 8 Jun 2023 10:49:13 -0400 Subject: [PATCH] Mutant Colors For Hemophages (#258) ## About The Pull Request Exactly what it says on the tin. ## Changelog :cl: add: Returns Mutant Colors to Hemophages /:cl: --- .../modules/mob/living/carbon/human/species/hemophage.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modular_skyrat/modules/customization/modules/mob/living/carbon/human/species/hemophage.dm b/modular_skyrat/modules/customization/modules/mob/living/carbon/human/species/hemophage.dm index 021bc1286f1..987b141cdc2 100644 --- a/modular_skyrat/modules/customization/modules/mob/living/carbon/human/species/hemophage.dm +++ b/modular_skyrat/modules/customization/modules/mob/living/carbon/human/species/hemophage.dm @@ -68,6 +68,7 @@ FACEHAIR, LIPS, DRINKSBLOOD, + MUTCOLORS,//Bubber addition, Mutant colors ) inherent_traits = list( TRAIT_ADVANCEDTOOLUSER, @@ -83,7 +84,7 @@ "legs" = "Normal Legs" ) exotic_bloodtype = "U" - use_skintones = TRUE + use_skintones = 0//Bubber edit, originally TRUE, enables mutant colors. mutantheart = /obj/item/organ/internal/heart/hemophage mutantliver = /obj/item/organ/internal/liver/hemophage mutantstomach = /obj/item/organ/internal/stomach/hemophage