Files
Bubberstation/code/datums/components/crafting/tiles.dm
Bloop c3f970c0e0 [MANUAL MIRROR] Crafting fireaxe cabinets, mech removal cabinets, and mirrors (#18919)
Crafting fireaxe cabinets, mech removal cabinets, and mirrors (#72856)

Co-authored-by: tattle <66640614+dragomagol@users.noreply.github.com>
2023-01-23 17:06:34 -05:00

10 lines
231 B
Plaintext

/datum/crafting_recipe/blackcarpet
name = "Black Carpet"
reqs = list(
/obj/item/stack/tile/carpet = 50,
/obj/item/toy/crayon/black = 1,
)
result = /obj/item/stack/tile/carpet/black
result_amount = 50
category = CAT_TILES