diff --git a/code/modules/vore/appearance/sprite_accessories_taur_vr.dm b/code/modules/vore/appearance/sprite_accessories_taur_vr.dm index eec5c192b7..5961e04683 100644 --- a/code/modules/vore/appearance/sprite_accessories_taur_vr.dm +++ b/code/modules/vore/appearance/sprite_accessories_taur_vr.dm @@ -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" diff --git a/icons/mob/vore/taurs_vr.dmi b/icons/mob/vore/taurs_vr.dmi index 7394423790..e70065812a 100644 Binary files a/icons/mob/vore/taurs_vr.dmi and b/icons/mob/vore/taurs_vr.dmi differ diff --git a/vorestation.dme b/vorestation.dme index 98da256e10..b3fb5f5dfd 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -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"