From e71696eac6d5f503aa2ca4ec10608474e49e5ac0 Mon Sep 17 00:00:00 2001 From: JonaMaz <85446983+ShamanSliph@users.noreply.github.com> Date: Sun, 5 Mar 2023 10:40:24 -0500 Subject: [PATCH] Swapped it so Felinnids used Human Parts A tinge of yellow/red is added to all colors. but the skin tones colors will more accurately. --- .../mob/living/carbon/human/species_types/felinid.dm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/modular_zubbers/code/modules/mob/living/carbon/human/species_types/felinid.dm b/modular_zubbers/code/modules/mob/living/carbon/human/species_types/felinid.dm index 4ab7ec08b79..a27ef5ca9e7 100644 --- a/modular_zubbers/code/modules/mob/living/carbon/human/species_types/felinid.dm +++ b/modular_zubbers/code/modules/mob/living/carbon/human/species_types/felinid.dm @@ -7,11 +7,4 @@ FACEHAIR, LIPS, ) - bodypart_overrides = list( - BODY_ZONE_HEAD = /obj/item/bodypart/head/mutant, - BODY_ZONE_CHEST = /obj/item/bodypart/chest/mutant, - BODY_ZONE_L_ARM = /obj/item/bodypart/arm/left/mutant, - BODY_ZONE_R_ARM = /obj/item/bodypart/arm/right/mutant, - BODY_ZONE_L_LEG = /obj/item/bodypart/leg/left/mutant, - BODY_ZONE_R_LEG = /obj/item/bodypart/leg/right/mutant, - ) +