diff --git a/icons/mob/human_races/markings_ch.dmi b/icons/mob/human_races/markings_ch.dmi index 8858fe6133..b77966cf1b 100644 Binary files a/icons/mob/human_races/markings_ch.dmi and b/icons/mob/human_races/markings_ch.dmi differ diff --git a/modular_chomp/code/modules/mob/new_player/sprite_accessories_extra.dm b/modular_chomp/code/modules/mob/new_player/sprite_accessories_extra.dm index a2a7b1c324..8a05634d4b 100644 --- a/modular_chomp/code/modules/mob/new_player/sprite_accessories_extra.dm +++ b/modular_chomp/code/modules/mob/new_player/sprite_accessories_extra.dm @@ -362,4 +362,36 @@ name = "face, vulp (Lips)" icon_state = "vulp_lips" body_parts = list(BP_HEAD) - color_blend_mode = ICON_MULTIPLY \ No newline at end of file + color_blend_mode = ICON_MULTIPLY + +// SHROOM // + +/datum/sprite_accessory/marking/ch/shroomhead + name = "Mushroom Head (Base)" + icon_state = "mushroom_head" + body_parts = list(BP_HEAD) + color_blend_mode = ICON_MULTIPLY + +// SHROOM UNDER // + +/datum/sprite_accessory/marking/ch/shroomhead_under + name = "Mushroom Head (Under)" + icon_state = "mushroom_head_under" + body_parts = list(BP_HEAD) + color_blend_mode = ICON_MULTIPLY + +// SHROOM TOP // + +/datum/sprite_accessory/marking/ch/shroomhead_top + name = "Mushroom Head (Top)" + icon_state = "mushroom_head_top" + body_parts = list(BP_HEAD) + color_blend_mode = ICON_MULTIPLY + +// SHROOM SPOTS // + +/datum/sprite_accessory/marking/ch/shroomhead_spots + name = "Mushroom Head (Spots)" + icon_state = "mushroom_head_spots" + body_parts = list(BP_HEAD) + color_blend_mode = ICON_MULTIPLY