diff --git a/code/modules/mob/new_player/sprite_accessories_taur_vr.dm b/code/modules/mob/new_player/sprite_accessories_taur_vr.dm index 038066b588..6f46487b4d 100644 --- a/code/modules/mob/new_player/sprite_accessories_taur_vr.dm +++ b/code/modules/mob/new_player/sprite_accessories_taur_vr.dm @@ -165,6 +165,27 @@ extra_overlay = "altnaga_markings" //icon_sprite_tag = "altnaga2c" +/datum/sprite_accessory/tail/taur/naga/alt_3c + name = "Naga alt style tri-color (Taur)" + suit_sprites = 'icons/mob/taursuits_naga_alt_vr.dmi' + icon_state = "altnaga_s" + extra_overlay = "altnaga_markings" + extra_overlay2 = "altnaga_stripes" + +/datum/sprite_accessory/tail/taur/naga/alt_3c_rattler + name = "Naga alt style tri-color, rattler (Taur)" + suit_sprites = 'icons/mob/taursuits_naga_alt_vr.dmi' + icon_state = "altnaga_s" + extra_overlay = "altnaga_markings" + extra_overlay2 = "altnaga_rattler" + +/datum/sprite_accessory/tail/taur/naga/alt_3c_tailmaw + name = "Naga alt style tri-color, tailmaw (Taur)" + suit_sprites = 'icons/mob/taursuits_naga_alt_vr.dmi' + icon_state = "altnagatailmaw_s" + extra_overlay = "altnagatailmaw_markings" + extra_overlay2 = "altnagatailmaw_eyes" + /datum/sprite_accessory/tail/taur/horse name = "Horse (Taur)" icon_state = "horse_s" @@ -861,35 +882,7 @@ msg_owner_grab_fail = "You step down onto %prey, squishing them and forcing them down to the ground!" msg_prey_grab_fail = "%owner steps down and squishes you with their leg, forcing you down to the ground!" -/datum/sprite_accessory/tail/taur/naga_fat +/datum/sprite_accessory/tail/taur/naga/fat name = "Naga (Taur, Fat, dual color)" icon_state = "fatnaga_s" extra_overlay = "fatnaga_markings" - //icon_sprite_tag = "naga" - - msg_owner_help_walk = "You carefully slither around %prey." - msg_prey_help_walk = "%owner's huge tail slithers past beside you!" - - msg_owner_help_run = "You carefully slither around %prey." - msg_prey_help_run = "%owner's huge tail slithers past beside you!" - - msg_owner_disarm_run = "Your tail slides over %prey, pushing them down to the ground!" - msg_prey_disarm_run = "%owner's tail slides over you, forcing you down to the ground!" - - msg_owner_disarm_walk = "You push down on %prey with your tail, pinning them down under you!" - msg_prey_disarm_walk = "%owner pushes down on you with their tail, pinning you down below them!" - - msg_owner_harm_run = "Your heavy tail carelessly slides past %prey, crushing them!" - msg_prey_harm_run = "%owner quickly goes over your body, carelessly crushing you with their heavy tail!" - - msg_owner_harm_walk = "Your heavy tail slowly and methodically slides down upon %prey, crushing against the floor below!" - msg_prey_harm_walk = "%owner's thick, heavy tail slowly and methodically slides down upon your body, mercilessly crushing you into the floor below!" - - msg_owner_grab_success = "You slither over %prey with your large, thick tail, smushing them against the ground before coiling up around them, trapping them within the tight confines of your tail!" - msg_prey_grab_success = "%owner slithers over you with their large, thick tail, smushing you against the ground before coiling up around you, trapping you within the tight confines of their tail!" - - msg_owner_grab_fail = "You squish %prey under your large, thick tail, forcing them onto the ground!" - msg_prey_grab_fail = "%owner pins you under their large, thick tail, forcing you onto the ground!" - - msg_prey_stepunder = "You jump over %prey's thick tail." - msg_owner_stepunder = "%owner bounds over your tail." diff --git a/icons/mob/vore/taurs_vr.dmi b/icons/mob/vore/taurs_vr.dmi index d51b027c83..e7bd16e840 100644 Binary files a/icons/mob/vore/taurs_vr.dmi and b/icons/mob/vore/taurs_vr.dmi differ