From 77a3c53f235101b785fc57ee181fe4b2e4da28ae Mon Sep 17 00:00:00 2001 From: Markolie Date: Thu, 9 Feb 2017 00:43:03 +0100 Subject: [PATCH] Derp, rename proc --- code/game/machinery/lightswitch.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/lightswitch.dm b/code/game/machinery/lightswitch.dm index 837779df22d..8876bc83514 100644 --- a/code/game/machinery/lightswitch.dm +++ b/code/game/machinery/lightswitch.dm @@ -73,7 +73,7 @@ to_chat(user, "A light switch. It is [on? "on" : "off"].") /obj/machinery/light_switch/attack_ghost(mob/user) - if(user.can_admin_observe()) + if(user.can_admin_interact()) return attack_hand(user) /obj/machinery/light_switch/attack_hand(mob/user)