Dual colored feline taur body with spots.

This commit is contained in:
Shadowfire117
2018-12-20 20:23:29 +01:00
parent 8373c08de7
commit f51557e683
3 changed files with 7 additions and 1 deletions
@@ -331,7 +331,12 @@
name = "Feline dual-color (Taur)"
icon_state = "feline_s"
extra_overlay = "feline_markings"
/datum/sprite_accessory/tail/taur/feline/feline_spots
name = "Feline spots (Taur)"
icon_state = "feline_s"
extra_overlay = "feline_spots"
/datum/sprite_accessory/tail/taur/feline/synthfeline
name = "SynthFeline dual-color (Taur)"
icon_state = "synthfeline_s"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 71 KiB

+1
View File
@@ -2232,6 +2232,7 @@
#include "code\modules\mob\living\simple_animal\vore\bee.dm"
#include "code\modules\mob\living\simple_animal\vore\carp.dm"
#include "code\modules\mob\living\simple_animal\vore\catgirl.dm"
#include "code\modules\mob\living\simple_animal\vore\chocobo.dm"
#include "code\modules\mob\living\simple_animal\vore\corrupt_hounds.dm"
#include "code\modules\mob\living\simple_animal\vore\deathclaw.dm"
#include "code\modules\mob\living\simple_animal\vore\dino.dm"