mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Restores Teshari patterned ears (#17009)
Fixed Teshari pattern ears being missing from the ears selection.
This commit is contained in:
@@ -632,6 +632,22 @@
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "tesharilowinner"
|
||||
|
||||
/datum/sprite_accessory/ears/tesh_pattern_ear_male
|
||||
name = "Teshari male ear pattern (colorable)"
|
||||
desc = ""
|
||||
icon_state = "teshari"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "teshari_male_pattern"
|
||||
|
||||
/datum/sprite_accessory/ears/tesh_pattern_ear_female
|
||||
name = "Teshari female ear pattern (colorable)"
|
||||
desc = ""
|
||||
icon_state = "teshari"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "teshari_female_pattern"
|
||||
|
||||
/datum/sprite_accessory/ears/inkling
|
||||
name = "colorable mature inkling hair"
|
||||
desc = ""
|
||||
|
||||
Reference in New Issue
Block a user