Skip to content

Commit

Permalink
tweak crafting recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
iMoeMoe committed Nov 11, 2023
1 parent e37e6e9 commit fde6565
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions code/datums/components/crafting/recipes/recipes_primal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -422,13 +422,18 @@
/datum/crafting_recipe/tribalwar/deathclawspear
name = "Deathclaw Spear"
result = /obj/item/twohanded/spear/bonespear/deathclaw
time = 240
reqs = list(/obj/item/stack/sheet/animalhide/deathclaw = 6,
/obj/item/stack/sheet/sinew = 2,
/obj/item/stack/sheet/bone = 8,
/obj/item/stack/sheet/mineral/wood = 10)
category = CAT_TRIBAL
tools = list(TOOL_WORKBENCH)
time = 900
reqs = list(/obj/item/stack/sheet/animalhide/deathclaw = 12,

Check failure on line 426 in code/datums/components/crafting/recipes/recipes_primal.dm

View workflow job for this annotation

GitHub Actions / Run Linters

non-constant assignment
/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/silver = 2)
category = CAT_TRIBAL
tools = list(TOOL_AWORKBENCH)
always_available = FALSE

/datum/crafting_recipe/tribalwar/lightcloak
Expand Down

0 comments on commit fde6565

Please sign in to comment.