From 5b627cc763c004fde7a03269df9be07f4516d2ed Mon Sep 17 00:00:00 2001 From: Chinsky Date: Thu, 9 Jul 2015 23:07:28 +0300 Subject: [PATCH] Fixes #9939 --- code/modules/tables/tables.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/tables/tables.dm b/code/modules/tables/tables.dm index 1ee34e9d80..11f2f033b7 100644 --- a/code/modules/tables/tables.dm +++ b/code/modules/tables/tables.dm @@ -176,6 +176,10 @@ user << "Plate \the [src] before reinforcing it!" return + if(flipped) + user << "Put \the [src] back in place before reinforcing it!" + return + reinforced = common_material_add(S, user, "reinforc") if(reinforced) update_desc()