mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
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:
@@ -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 |
Reference in New Issue
Block a user