Skip to content

Commit

Permalink
Merge pull request #5344 from Colfer1/master
Browse files Browse the repository at this point in the history
Fixes grav gloves recipe
  • Loading branch information
Tk420634 authored Jul 29, 2024
2 parents 28cb77e + 7652795 commit e6cefb6
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 e6cefb6

Please sign in to comment.