Skip to content

Commit

Permalink
forgor some ,
Browse files Browse the repository at this point in the history
  • Loading branch information
iMoeMoe committed Nov 13, 2023
1 parent fde6565 commit fdaa6e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/datums/components/crafting/recipes/recipes_primal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -426,11 +426,11 @@
reqs = list(/obj/item/stack/sheet/animalhide/deathclaw = 12,
/obj/item/stack/sheet/sinew = 5,
/obj/item/stack/sheet/bone = 9,
/obj/item/stack/sheet/mineral/wood = 20
/obj/item/stack/sheet/cloth = 10
/obj/item/stack/sheet/leather = 2
/obj/item/stack/sheet/titanium = 10
/obj/item/stack/crafting/metalparts = 3
/obj/item/stack/sheet/mineral/wood = 20,
/obj/item/stack/sheet/cloth = 10,
/obj/item/stack/sheet/leather = 2,
/obj/item/stack/sheet/titanium = 10,
/obj/item/stack/crafting/metalparts = 3,
/obj/item/stack/sheet/mineral/silver = 2)
category = CAT_TRIBAL
tools = list(TOOL_AWORKBENCH)
Expand Down

0 comments on commit fdaa6e2

Please sign in to comment.