Improvements To Yesterday's Sprites (#9908)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
Hunter-Dovetail
2025-01-19 14:15:49 +00:00
committed by GitHub
parent 5c286128fb
commit dca92517cf
2 changed files with 9 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View File

@@ -262,24 +262,25 @@
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/marking/ch/cow_head
name = "Cow Snout"
icon_state = "cow_head"
/datum/sprite_accessory/marking/ch/bovine_snout
name = "Bovine Snout"
icon_state = "bovine_snout"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/marking/ch/cow_nose
name = "Cow Nose"
icon_state = "cow_nose"
/datum/sprite_accessory/marking/ch/bovine_nose
name = "Bovine Nose"
icon_state = "bovine_nose"
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/marking/ch/smallchubbybelly
name = "Belly Small"
name = "Chubby Belly, Small"
icon_state = "smallchubbybelly"
body_parts = list(BP_TORSO)
body_parts = list(BP_TORSO,BP_GROIN)
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'