Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request Blackstone-SS13#90 from cornercube/cornercube-stay…
Browse files Browse the repository at this point in the history
…classy

quick fix for cloth crafting
  • Loading branch information
JTGSZ authored Apr 15, 2024
2 parents 03304eb + eef7b46 commit 9bddcba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions code/modules/roguetown/roguecrafting/sewing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@

/* craftdif of 2+ */

/datum/crafting_recipe/roguetown/sewing/clotharmor
name = "gambeson"
result = list(/obj/item/clothing/suit/roguetown/armor/gambeson)
reqs = list(/obj/item/natural/cloth = 6,
/obj/item/natural/fibers = 2)
craftdiff = 3
/datum/crafting_recipe/roguetown/sewing/robe
name = "robes"
result = list(/obj/item/clothing/suit/roguetown/shirt/robe)
reqs = list(/obj/item/natural/cloth = 3,
/obj/item/natural/fibers = 1)
craftdiff = 2



0 comments on commit 9bddcba

Please sign in to comment.