Add cardboard recycling. (#31937)

* Add cardboard recycling.

* Add more cardboard items to the recycling list.
This commit is contained in:
Alan
2026-05-01 20:47:14 -04:00
committed by GitHub
parent ec94e655b8
commit b0a8b84dbf
14 changed files with 29 additions and 1 deletions
@@ -27,6 +27,7 @@ CONTENTS:
)
/// All the borg skins that this can disguise you as.
var/list/available_disguises = list("Standard")
materials = list(MAT_CARDBOARD = 2000)
/obj/item/clothing/head/cardborg/examine_more(mob/user)
. = ..()
@@ -114,6 +115,7 @@ CONTENTS:
body_parts_covered = UPPER_TORSO|LOWER_TORSO
flags_inv = HIDEJUMPSUIT
species_disguise = "High-tech robot"
materials = list(MAT_CARDBOARD = 6000)
/obj/item/clothing/suit/cardborg/examine_more(mob/user)
. = ..()
@@ -5,6 +5,7 @@
volume = 30
icon = 'icons/obj/juice_box.dmi'
icon_state = null
materials = list(MAT_CARDBOARD = 500)
/obj/item/reagent_containers/drinks/carton/Initialize(mapload)
if(!length(list_reagents))
@@ -287,6 +287,7 @@
var/box_tag = ""
/// The type of pizza that's spawned in the box.
var/pizza_type
materials = list(MAT_CARDBOARD = 2000)
/obj/item/pizzabox/Initialize(mapload)
. = ..()
+1
View File
@@ -6,6 +6,7 @@
w_class = WEIGHT_CLASS_SMALL
pressure_resistance = 2
resistance_flags = FLAMMABLE
materials = list(MAT_CARDBOARD = 2000)
/obj/item/folder/emp_act(severity)
..()