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