Skip to content

Commit

Permalink
Fixes grav gloves recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Colfer1 committed Jul 28, 2024
1 parent 28cb77e commit 7652795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/components/crafting/recipes/recipes_tribal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@
name = "Gravity Gloves"
result = /obj/item/clothing/gloves/fingerless/pugilist/gravity
time = 30
reqs = list(/datum/material/titanium = 10,
reqs = list(/obj/item/stack/sheet/mineral/titanium = 10,
/obj/item/stack/crafting/goodparts = 5,
/obj/item/stack/sheet/mineral/plasma = 2,
/obj/item/stack/sheet/mineral/diamond = 1,
Expand Down

0 comments on commit 7652795

Please sign in to comment.