mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
Allows the Recycler to Recycle Wood (#31442)
* Update recycler.dm * Update material_container.dm * Update code/game/machinery/recycler.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Signed-off-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com> --------- Signed-off-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com> Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
@@ -478,3 +478,8 @@
|
||||
name = "Plastic"
|
||||
id = MAT_PLASTIC
|
||||
sheet_type = /obj/item/stack/sheet/plastic
|
||||
|
||||
/datum/material/wood
|
||||
name = "Wood"
|
||||
id = MAT_WOOD
|
||||
sheet_type = /obj/item/stack/sheet/wood
|
||||
|
||||
Reference in New Issue
Block a user