Add cardboard recycling. (#31937)

* Add cardboard recycling.

* Add more cardboard items to the recycling list.
This commit is contained in:
Alan
2026-05-02 00:47:14 +00:00
committed by GitHub
parent ec94e655b8
commit b0a8b84dbf
14 changed files with 29 additions and 1 deletions
@@ -554,6 +554,7 @@ GLOBAL_LIST_INIT(cardboard_recipes, list (
icon_state = "sheet-card"
singular_name = "cardboard sheet"
resistance_flags = FLAMMABLE
materials = list(MAT_CARDBOARD = MINERAL_MATERIAL_AMOUNT)
merge_type = /obj/item/stack/sheet/cardboard
/obj/item/stack/sheet/cardboard/Initialize(mapload, new_amount, merge)