From cda71446eb8fa7985b50d7b6107a8bd4c5ae9d75 Mon Sep 17 00:00:00 2001 From: GinjaNinja32 Date: Mon, 18 May 2015 07:10:37 +0100 Subject: [PATCH] Fixes #9341 --- code/modules/tables/interactions.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/tables/interactions.dm b/code/modules/tables/interactions.dm index 09e32deebea..980227db8cf 100644 --- a/code/modules/tables/interactions.dm +++ b/code/modules/tables/interactions.dm @@ -123,7 +123,7 @@ break_to_parts() return - if(!material) + if(can_plate && !material) user << "There's nothing to put \the [W] on! Try adding plating to \the [src] first." return