mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
gbvndbvnch
This commit is contained in:
@@ -23,3 +23,16 @@
|
||||
BODY_ZONE_L_LEG = /obj/item/bodypart/leg/left/shadekin,
|
||||
BODY_ZONE_R_LEG = /obj/item/bodypart/leg/right/shadekin
|
||||
)
|
||||
|
||||
|
||||
/datum/species/mammal/shadekin/prepare_human_for_preview(mob/living/carbon/human/human)
|
||||
var/main_color = "#222222"
|
||||
var/secondary_color = "#b8b8b8"
|
||||
human.dna.features["mcolor"] = main_color
|
||||
human.dna.features["mcolor2"] = secondary_color
|
||||
human.dna.features["mcolor3"] = secondary_color
|
||||
human.dna.species.mutant_bodyparts["ears"] = list(MUTANT_INDEX_NAME = "Shadekin", MUTANT_INDEX_COLOR_LIST = list(main_color, secondary_color, "#464646"))
|
||||
human.dna.species.mutant_bodyparts["snout"] = list(MUTANT_INDEX_NAME = "None", MUTANT_INDEX_COLOR_LIST = list(main_color, secondary_color, secondary_color))
|
||||
human.dna.species.mutant_bodyparts["tail"] = list(MUTANT_INDEX_NAME = "Shadekin", MUTANT_INDEX_COLOR_LIST = list(main_color, "#4D4D4D", secondary_color))
|
||||
human.update_mutant_bodyparts(TRUE)
|
||||
human.update_body(TRUE)
|
||||
|
||||
Reference in New Issue
Block a user