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 2614db4ef7..dec9e28226 100644 --- a/code/modules/mob/new_player/sprite_accessories_taur_vr.dm +++ b/code/modules/mob/new_player/sprite_accessories_taur_vr.dm @@ -744,7 +744,7 @@ msg_prey_grab_fail = "%owner steps down and squishes you with their paw, forcing you down to the ground!" // Special snowflake tails/taurhalves - +/* //ChompREMOVE No ckey locked items on Chomp //spoopylizz: Roiz Lizden /datum/sprite_accessory/tail/taur/roiz_long_lizard // Not ACTUALLY a taur, but it uses 32x64 so it wouldn't fit in tails.dmi, and having it as a tail bugs up the sprite. name = "Long Lizard Tail (Roiz Lizden)" @@ -755,6 +755,14 @@ clip_mask_icon = null clip_mask_state = null +//grallstonefist: Ranihrönn Skrolk +/datum/sprite_accessory/tail/taur/altmermaid/orcamermaid + name = "Mermaid Orca (Taur)" + icon_state = "orcamermaid_s" + can_ride = 1 + do_colouration = 0 + ckeys_allowed = list("grallstonefist") + //wickedtemp: Chakat Tempest /datum/sprite_accessory/tail/taur/feline/tempest name = "Feline (wickedtemp) (Taur)" @@ -822,6 +830,7 @@ msg_owner_grab_fail = "You step down onto %prey with one of your vines, forcing them onto the ground!" msg_prey_grab_fail = "%owner steps down onto you with one of their vines, squishing you and forcing you onto the ground!" +*/ //ChompREMOVE End /datum/sprite_accessory/tail/taur/rat name = "Rat (Taur)" @@ -1052,4 +1061,4 @@ offset_x = -32 offset_y = -11 mob_offset_y = 11 -*/ \ No newline at end of file +*/ diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index 974b4aa01e..451451c9c7 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -673,6 +673,7 @@ item_state = "temphypo" icon_state = "temphypo" +/* //ChompREMOVE - disabled CKEY locked items //WickedTempest: Chakat Tempest /obj/item/weapon/storage/backpack/saddlebag/tempest name = "Tempest's Saddlebags" @@ -734,6 +735,7 @@ M.update_inv_back() set_light(2, 1, newlight) ambulance_last_switch = world.time +*/ //ChompREMOVE End /datum/looping_sound/ambulance mid_sounds = list('sound/items/amulanceweeoo.ogg'=1) diff --git a/icons/mob/vore/taurs_vr.dmi b/icons/mob/vore/taurs_vr.dmi index a1ce93c081..77be24a36c 100644 Binary files a/icons/mob/vore/taurs_vr.dmi and b/icons/mob/vore/taurs_vr.dmi differ