Re-Add Wingler Tail Body Accessory & Fix Bright Pixel on Marking

Re-adds the wingler body accessory.

One of the pixels in the wagging animation of the striped tail marking was significantly brighter than the rest.
This commit is contained in:
KasparoVy
2019-08-27 21:15:13 -04:00
parent cdca2ac360
commit 2e785ebba0
3 changed files with 6 additions and 0 deletions
@@ -100,6 +100,12 @@ var/global/list/body_accessory_by_species = list("None" = null)
return FALSE
/datum/body_accessory/tail/wingler_tail // Jay wingler fluff tail
name = "Striped Tail"
icon_state = "winglertail"
animated_icon_state = "winglertail_a"
allowed_species = list("Tajaran")
/datum/body_accessory/tail/tiny //Pretty ambiguous as to what species it belongs to, tail could've been injured or docked.
name = "Tiny Tail"
icon_state = "tiny"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 791 B

After

Width:  |  Height:  |  Size: 811 B