Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
iknowdude00 authored and KromeAngel committed Jan 5, 2023
1 parent b6d064f commit 8c96bec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/datums/components/crafting/recipes/recipes_clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@
result = /obj/item/storage/backpack/duffelbag/durathread
reqs = list(/obj/item/stack/sheet/durathread = 7,
/obj/item/stack/sheet/leather = 3)
tools = list(/obj/item/armorkit)
time = 70
category = CAT_CLOTHING

Expand All @@ -304,6 +305,7 @@
result = /obj/item/storage/belt/durathread
reqs = list(/obj/item/stack/sheet/durathread = 5,
/obj/item/stack/sheet/leather = 2)
tools = list(/obj/item/armorkit)
time = 30
category = CAT_CLOTHING

Expand All @@ -312,6 +314,7 @@
result = /obj/item/storage/belt/bandolier/durathread
reqs = list(/obj/item/stack/sheet/durathread = 6,
/obj/item/stack/sheet/leather = 2)
tools = list(/obj/item/armorkit)
time = 50
category = CAT_CLOTHING

Expand All @@ -320,6 +323,7 @@
result = /obj/item/clothing/head/helmet/durathread
reqs = list(/obj/item/stack/sheet/durathread = 4,
/obj/item/stack/sheet/leather = 2)
tools = list(/obj/item/armorkit)
time = 30
category = CAT_CLOTHING

Expand All @@ -328,6 +332,7 @@
result = /obj/item/clothing/suit/armor/vest/durathread
reqs = list(/obj/item/stack/sheet/durathread = 6,
/obj/item/stack/sheet/leather = 3)
tools = list(/obj/item/armorkit)
time = 50
category = CAT_CLOTHING

Expand All @@ -336,6 +341,7 @@
result = /obj/item/clothing/suit/hooded/wintercoat/durathread
reqs = list(/obj/item/stack/sheet/durathread = 12,
/obj/item/stack/sheet/leather = 10)
tools = list(/obj/item/armorkit)
time = 70
category = CAT_CLOTHING

Expand Down

0 comments on commit 8c96bec

Please sign in to comment.