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