diff --git a/code/game/machinery/shieldgen.dm b/code/game/machinery/shieldgen.dm index 035744daab1..5438fe84d6a 100644 --- a/code/game/machinery/shieldgen.dm +++ b/code/game/machinery/shieldgen.dm @@ -280,7 +280,7 @@ anchored = 1 - else if(istype(I, /obj/item/card/id) || istype(W, /obj/item/pda)) + else if(istype(I, /obj/item/card/id) || istype(I, /obj/item/pda)) if(allowed(user)) locked = !locked to_chat(user, "The controls are now [locked ? "locked." : "unlocked."]")