[MIRROR] Tail addition (#12853)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-06-25 17:33:14 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent 0207deec48
commit 0bfec4f299
2 changed files with 9 additions and 2 deletions
@@ -1213,8 +1213,6 @@
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/tail/Easterntail
name = "Eastern Dragon (Animated)"
desc = ""
@@ -1337,6 +1335,15 @@
color_blend_mode = ICON_MULTIPLY
lower_layer_dirs = list(SOUTH, WEST)
/datum/sprite_accessory/tail/altevian_eyed
name = "Eyed Tail"
icon_state = "altevian_eyed"
extra_overlay = "altevian_eyed2"
extra_overlay2 = "altevian_eyed3"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
lower_layer_dirs = list(SOUTH, WEST)
/datum/sprite_accessory/tail/shark_finless
name = "shark tail, finless (colorable)"
desc = ""
Binary file not shown.

Before

Width:  |  Height:  |  Size: 232 KiB

After

Width:  |  Height:  |  Size: 233 KiB