From 428014c37230ae6369c42f7ed9ea71edfd881c6c Mon Sep 17 00:00:00 2001 From: GinjaNinja32 Date: Wed, 13 May 2015 22:06:27 +0100 Subject: [PATCH] Layer and throwpass fix. --- code/modules/tables/tables.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/tables/tables.dm b/code/modules/tables/tables.dm index 7ad07de1ac..895938898a 100644 --- a/code/modules/tables/tables.dm +++ b/code/modules/tables/tables.dm @@ -8,6 +8,8 @@ density = 1 anchored = 1 climbable = 1 + layer = 2.8 + throwpass = 1 var/flipped = 0 var/maxhealth = 10 var/health = 10