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