From 6e3fa3a217449eba8f6d808edb5e8968bf740bcc Mon Sep 17 00:00:00 2001 From: crazyraio2 <44246096+crazyraio2@users.noreply.github.com> Date: Wed, 15 Jul 2020 09:59:18 -0300 Subject: [PATCH] stop hiding under tables --- code/game/machinery/buttons.dm | 2 +- code/modules/security_levels/keycard_authentication.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/buttons.dm b/code/game/machinery/buttons.dm index 71de04ee99..218b869e46 100644 --- a/code/game/machinery/buttons.dm +++ b/code/game/machinery/buttons.dm @@ -21,7 +21,7 @@ . = ..() var/turf/T = get_turf_pixel(src) if(iswallturf(T)) - plane = ABOVE_WALL_PLANE + plane = GAME_PLANE if(built) setDir(ndir) diff --git a/code/modules/security_levels/keycard_authentication.dm b/code/modules/security_levels/keycard_authentication.dm index adf53ff0da..acc454d069 100644 --- a/code/modules/security_levels/keycard_authentication.dm +++ b/code/modules/security_levels/keycard_authentication.dm @@ -9,7 +9,7 @@ GLOBAL_DATUM_INIT(keycard_events, /datum/events, new) desc = "This device is used to trigger station functions, which require more than one ID card to authenticate." icon = 'icons/obj/monitors.dmi' icon_state = "auth_off" - plane = ABOVE_WALL_PLANE + plane = GAME_PLANE use_power = IDLE_POWER_USE idle_power_usage = 2 active_power_usage = 6