Fixes infinite sandstone/marble things, I think (#8664)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
FluffMedic
2024-07-25 17:14:25 -04:00
committed by GitHub
parent ed46040f95
commit a1c709a34c

View File

@@ -129,13 +129,13 @@
/datum/crafting_recipe/sandstone
name = "sandstone brick"
result = /obj/item/stack/material/sandstone
reqs = list(/obj/item/weapon/ore/glass = 4)
reqs = list(list(/obj/item/weapon/ore/glass = 4))
time = 10 //Not realstic but I don't want to waste too much time.
category = CAT_PRIMAL
/datum/crafting_recipe/marble
name = "marble brick"
result = /obj/item/stack/material/marble
reqs = list(/obj/item/weapon/ore/marble = 4)
reqs = list(list(/obj/item/weapon/ore/marble = 4))
time = 10 //Not realstic but I don't want to waste too much time.
category = CAT_PRIMAL
category = CAT_PRIMAL