From 94bacc4cc1df5dc584babaf72a7c1a41c59fc010 Mon Sep 17 00:00:00 2001 From: JaySparrow Date: Tue, 16 Jun 2020 17:58:15 -0500 Subject: [PATCH] Update bluespace sewing kit.dm --- hyperstation/code/obj/bluespace sewing kit.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperstation/code/obj/bluespace sewing kit.dm b/hyperstation/code/obj/bluespace sewing kit.dm index 271af281..7bb4fe72 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) . = ..()