Mushroom head markings (#8646)

This commit is contained in:
MeepleMuncher
2024-07-19 09:56:54 +03:00
committed by GitHub
parent 7049db906e
commit 8a91ad05b2
2 changed files with 33 additions and 1 deletions

View File

@@ -362,4 +362,36 @@
name = "face, vulp (Lips)"
icon_state = "vulp_lips"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
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