diff --git a/code/modules/mob/living/carbon/human/species/station/traits_vr/weaver_objs.dm b/code/modules/mob/living/carbon/human/species/station/traits_vr/weaver_objs.dm index 3ea798f77de..f398353556b 100644 --- a/code/modules/mob/living/carbon/human/species/station/traits_vr/weaver_objs.dm +++ b/code/modules/mob/living/carbon/human/species/station/traits_vr/weaver_objs.dm @@ -97,10 +97,10 @@ // TODO: Spidersilk clothing and actual bindings, once sprites are ready. -/obj/item/clothing/suit/web_bindings +/obj/item/clothing/suit/weaversilk_bindings icon = 'icons/vore/custom_clothes_vr.dmi' icon_override = 'icons/vore/custom_clothes_vr.dmi' - name = "web bindings" + name = "weaversilk bindings" desc = "A webbed cocoon that completely restrains the wearer." icon_state = "web_bindings" item_state = "web_bindings_mob" diff --git a/code/modules/mob/living/carbon/human/species/station/traits_vr/weaver_recipies.dm b/code/modules/mob/living/carbon/human/species/station/traits_vr/weaver_recipies.dm index 83dc6637d1b..f00fe0dda72 100644 --- a/code/modules/mob/living/carbon/human/species/station/traits_vr/weaver_recipies.dm +++ b/code/modules/mob/living/carbon/human/species/station/traits_vr/weaver_recipies.dm @@ -33,4 +33,4 @@ /datum/weaver_recipe/item/bindings title = "bindings" - result_type = /obj/item/clothing/suit/web_bindings \ No newline at end of file + result_type = /obj/item/clothing/suit/weaversilk_bindings \ No newline at end of file