From 27e6b355b7ba4f3261feeb9cf23cc6b6190e5135 Mon Sep 17 00:00:00 2001 From: MarinaGryphon Date: Sun, 4 Jun 2017 05:32:00 -0500 Subject: [PATCH] Fixes #2215 (#2592) Wood now has a stack type. Fixes #2215 --- code/modules/materials/materials.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/materials/materials.dm b/code/modules/materials/materials.dm index 66ba57f652e..5c478e799ea 100644 --- a/code/modules/materials/materials.dm +++ b/code/modules/materials/materials.dm @@ -575,7 +575,7 @@ var/list/name_to_material /material/wood name = "wood" - stack_type = null + stack_type = /obj/item/stack/material/wood // why wouldn't it have a stacktype seriously guys why icon_colour = "#824B28" integrity = 50 icon_base = "solid"