mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Mushroom head markings (#8646)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user