diff --git a/modular_doppler/modular_species/species_types/hemophage/hemophage_species.dm b/modular_doppler/modular_species/species_types/hemophage/hemophage_species.dm index 110c9ea2ac6bd..8a1fcc8c4dca7 100644 --- a/modular_doppler/modular_species/species_types/hemophage/hemophage_species.dm +++ b/modular_doppler/modular_species/species_types/hemophage/hemophage_species.dm @@ -7,8 +7,6 @@ id = SPECIES_HEMOPHAGE preview_outfit = /datum/outfit/hemophage_preview inherent_traits = list( - TRAIT_ADVANCEDTOOLUSER, - TRAIT_CAN_STRIP, TRAIT_NOHUNGER, TRAIT_NOBREATH, TRAIT_OXYIMMUNE, @@ -98,11 +96,18 @@ /datum/outfit/hemophage_preview name = "Hemophage (Species Preview)" - uniform = /obj/item/clothing/under/dress/doppler/pentagram + uniform = /obj/item/clothing/under/suit/black_really/skirt /datum/species/genemod/hemophage/prepare_human_for_preview(mob/living/carbon/human/human) human.dna.features["mcolor"] = skintone2hex("albino") - human.hair_color = "#3D292D" + human.dna.features["horns"] = "Lifted" + human.dna.features["horns_color_1"] = "#52435e" + human.dna.ear_type = HUMANOID + human.dna.features["ears"] = "Elf (wide)" + human.dna.features["ears_color_1"] = "#F7D1C3" + human.hair_color = "#f1cc9c" + human.lip_style = "lipstick" + human.lip_color = COLOR_BLACK human.hairstyle = "Long Gloomy Bangs" regenerate_organs(human, src, visual_only = TRUE) human.update_body(TRUE) diff --git a/modular_doppler/modular_species/species_types/primitive_genemod/primitive_genemod.dm b/modular_doppler/modular_species/species_types/primitive_genemod/primitive_genemod.dm index 473d7c5336465..37fd8fb84a48d 100644 --- a/modular_doppler/modular_species/species_types/primitive_genemod/primitive_genemod.dm +++ b/modular_doppler/modular_species/species_types/primitive_genemod/primitive_genemod.dm @@ -13,7 +13,7 @@ selected_language = /datum/language/primitive_genemod /datum/species/genemod/primitive - name = "Primitive Gene-Mod" + name = "Hearthkin" id = SPECIES_GENEMOD_PRIMITIVE preview_outfit = /datum/outfit/genemod_primitive_preview