mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-23 20:16:19 +01:00
Animated sprites for feline taurs and spotted feline taurs, use emote *vwag to switch from still to wagging! Sorry dual colour taur players, the transparent feline markings for taurs is a headache, so gonna hold off on fixing up that one for animation :c
This commit is contained in:
@@ -326,6 +326,11 @@
|
||||
/datum/sprite_accessory/tail/taur/feline
|
||||
name = "Feline (Taur)"
|
||||
icon_state = "feline_s"
|
||||
|
||||
/datum/sprite_accessory/tail/taur/feline_wag
|
||||
name = "Feline (Taur) (vwag)"
|
||||
icon_state = "feline_s"
|
||||
ani_state = "feline_w"
|
||||
|
||||
/datum/sprite_accessory/tail/taur/feline/feline_2c
|
||||
name = "Feline dual-color (Taur)"
|
||||
@@ -337,6 +342,13 @@
|
||||
icon_state = "feline_s"
|
||||
extra_overlay = "feline_spots"
|
||||
|
||||
/datum/sprite_accessory/tail/taur/feline/feline_spots_wag
|
||||
name = "Feline spots (Taur) (vwag)"
|
||||
icon_state = "feline_s"
|
||||
ani_state = "feline_w"
|
||||
extra_overlay = "feline_spots"
|
||||
extra_overlay_w = "feline_spots_w"
|
||||
|
||||
/datum/sprite_accessory/tail/taur/feline/synthfeline
|
||||
name = "SynthFeline dual-color (Taur)"
|
||||
icon_state = "synthfeline_s"
|
||||
|
||||
Reference in New Issue
Block a user