diff --git a/code/modules/tables/interactions.dm b/code/modules/tables/interactions.dm index 09e32deebe..980227db8c 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