3 New Sprites! (#9901)

This commit is contained in:
Hunter-Dovetail
2025-01-17 22:13:11 +00:00
committed by GitHub
parent d462b7f748
commit 69b0a9ce83
2 changed files with 18 additions and 0 deletions

View File

@@ -262,6 +262,24 @@
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/marking/ch/cow_head
name = "Cow Snout"
icon_state = "cow_head"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/marking/ch/cow_nose
name = "Cow Nose"
icon_state = "cow_nose"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/marking/ch/smallchubbybelly
name = "Belly Small"
icon_state = "smallchubbybelly"
body_parts = list(BP_TORSO)
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/marking/ch/sloog_head
name = "sloog head"
icon = 'modular_chomp/icons/mob/human_races/sprite_accessories/sloog.dmi'