From fb17aa584b705814e5b8295f5fbc42a2d236ef7d Mon Sep 17 00:00:00 2001 From: Heroman Date: Thu, 25 Feb 2021 07:24:04 +1000 Subject: [PATCH] weaversilk instead of web --- .../carbon/human/species/station/traits_vr/weaver_objs.dm | 4 ++-- .../carbon/human/species/station/traits_vr/weaver_recipies.dm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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