mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-25 00:22:39 +00:00
Crafting fireaxe cabinets, mech removal cabinets, and mirrors (#72856) Co-authored-by: tattle <66640614+dragomagol@users.noreply.github.com>
10 lines
231 B
Plaintext
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
|