From ddfa11b80cb4e3877fd4d1af61943d76d1b68538 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Wed, 16 May 2018 21:59:39 -0400 Subject: [PATCH] Fixes #3711 --- code/game/machinery/buttons.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/buttons.dm b/code/game/machinery/buttons.dm index b9b9e8a3603..cec980c54e8 100644 --- a/code/game/machinery/buttons.dm +++ b/code/game/machinery/buttons.dm @@ -2,8 +2,8 @@ name = "button" icon = 'icons/obj/objects.dmi' icon_state = "launcherbtt" - plane = TURF_PLANE - layer = ABOVE_TURF_LAYER +// plane = TURF_PLANE //Can't have them under tables, oh well. +// layer = ABOVE_TURF_LAYER desc = "A remote control switch for something." var/id = null var/active = 0