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()