From 01a5b0628486d1cf0e6c703fa96f7b7614224b23 Mon Sep 17 00:00:00 2001 From: JaySparrow Date: Tue, 16 Jun 2020 16:42:04 -0500 Subject: [PATCH] Update bluespace sewing kit.dm --- hyperstation/code/obj/bluespace sewing kit.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hyperstation/code/obj/bluespace sewing kit.dm b/hyperstation/code/obj/bluespace sewing kit.dm index 90aa9690..271af281 100644 --- a/hyperstation/code/obj/bluespace sewing kit.dm +++ b/hyperstation/code/obj/bluespace sewing kit.dm @@ -8,7 +8,7 @@ icon_state = "thread" item_state = "thread" var/uses = 5 //Give it a few charges so it can last through the shift - w_class = WEIGHT_CLASS_TINY + w_class = WEIGHT_CLASS_TINY /obj/item/bluespace_thread/attack_obj(obj/O, mob/living/user) . = ..() @@ -16,7 +16,6 @@ user.show_message("You find yourself unable to stitch this.", 1) return - /obj/item/bluespace_thread/attack_self(mob/living/user) user.show_message("The spool has [uses] uses remaining.", 1) @@ -32,5 +31,5 @@ result = /obj/item/bluespace_thread time = 40 reqs = list(/obj/item/stack/ore/bluespace_crystal = 1, - /obj/item/stack/sheet/cloth = 2) + /obj/item/stack/sheet/cloth = 3) category = CAT_MISC \ No newline at end of file