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