mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Mushroom head markings (#8646)
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 54 KiB |
@@ -363,3 +363,35 @@
|
||||
icon_state = "vulp_lips"
|
||||
body_parts = list(BP_HEAD)
|
||||
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