diff --git a/code/modules/mob/new_player/sprite_accessories_taur_ch.dm b/code/modules/mob/new_player/sprite_accessories_taur_ch.dm deleted file mode 100644 index b2e95a8ae0..0000000000 --- a/code/modules/mob/new_player/sprite_accessories_taur_ch.dm +++ /dev/null @@ -1,111 +0,0 @@ -/datum/sprite_accessory/tail/taur/ch - icon = 'icons/mob/vore/taurs_ch.dmi'//Parent which allows us to not need to set icon every time. - -/datum/sprite_accessory/tail/taur/ch/zorgoia - name = "Zorgoia (Taur)" - icon_state = "zorgoia" - extra_overlay = "zorgoia_fluff" - -/datum/sprite_accessory/tail/taur/ch/zorgoia/fat - name = "Zorgoia (Fat Taur)" - extra_overlay = "zorgoia_fat" - -/datum/sprite_accessory/tail/taur/ch/redpanda - name = "Red Panda (Taur)" - icon_state = "redpanda" - -/datum/sprite_accessory/tail/taur/ch/redpandadc - name = "Red Panda (Taur dual-color)" - icon_state = "redpanda_dc" - extra_overlay = "redpanda_dc_markings" - -/datum/sprite_accessory/tail/taur/ch/wolf/fatwolf_2c/fatwolfalt - name = "Fat Wolf 3-color-alt (Taur)" - icon_state = "fatwolfalt_s" - extra_overlay = "fatwolfalt_markings1" - extra_overlay2 = "fatwolfalt_markings2" - icon_sprite_tag = "wolf" - -/datum/sprite_accessory/tail/taur/ch/naga/alt - name = "Naga alt (Taur)" - icon_state = "naga_alt_s" - suit_sprites = 'modular_chomp/icons/mob/taursuits_naga_ch.dmi' - - 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." - - -/datum/sprite_accessory/tail/taur/ch/naga/alt_2c - name = "Naga dual-color alt (Taur)" - icon_state = "naga_alt_s" - extra_overlay = "naga_alt_markings" - suit_sprites = 'modular_chomp/icons/mob/taursuits_naga_ch.dmi' - - 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." - - -/datum/sprite_accessory/tail/taur/ch/horse/scoli - name = "Scolipede (Taur)" - icon_state = "scoli_s" - extra_overlay = "scoli_markings1" - extra_overlay2 = "scoli_markings2" - -/datum/sprite_accessory/tail/taur/ch/sergal/wheaties - name = "Sergal (Taur)" - icon_state = "sergwheat" - icon_sprite_tag = "wolf" - -/datum/sprite_accessory/tail/taur/ch/sergal/wheaties_2c - name = "Sergal (Taur, dual-color)" - icon_state = "sergwheat" - extra_overlay = "sergwheat_markings" - icon_sprite_tag = "wolf" diff --git a/icons/mob/vore/taurs_ch.dmi b/icons/mob/vore/taurs_ch.dmi index 0d8a62706b..c27a0fd2b7 100644 Binary files a/icons/mob/vore/taurs_ch.dmi and b/icons/mob/vore/taurs_ch.dmi differ diff --git a/modular_chomp/code/modules/mob/new_player/sprite_accessories_taur.dm b/modular_chomp/code/modules/mob/new_player/sprite_accessories_taur.dm index 61592cb852..d004395390 100644 --- a/modular_chomp/code/modules/mob/new_player/sprite_accessories_taur.dm +++ b/modular_chomp/code/modules/mob/new_player/sprite_accessories_taur.dm @@ -72,6 +72,33 @@ extra_overlay = "naga_alt_markings" suit_sprites = 'modular_chomp/icons/mob/taursuits_naga_ch.dmi' + 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." + /datum/sprite_accessory/tail/taur/ch/horse/scoli name = "Scolipede (Taur)" icon_state = "scoli_s"