Rolling Paper craft

-Adds the option to craft rolling paper for rollies by using 1 sheet of cloth
This commit is contained in:
Alphas00
2024-01-11 23:10:51 +01:00
parent a0cf16bde9
commit 24a78b7f94
@@ -360,6 +360,8 @@ GLOBAL_LIST_INIT(cloth_recipes, list ( \
new/datum/stack_recipe("19x19 canvas", /obj/item/canvas/nineteenXnineteen, 3), \
new/datum/stack_recipe("23x19 canvas", /obj/item/canvas/twentythreeXnineteen, 4), \
new/datum/stack_recipe("23x23 canvas", /obj/item/canvas/twentythreeXtwentythree, 5), \
null, \
new/datum/stack_recipe("rolling paper", /obj/item/rollingpaper, 1), \
))
/obj/item/stack/sheet/cloth