mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Bring emitter locking back (#26374)
This commit is contained in:
@@ -147,7 +147,7 @@
|
||||
step(src, get_dir(M, src))
|
||||
|
||||
/obj/machinery/power/emitter/attackby(obj/item/I, mob/user, params)
|
||||
if(!istype(I, /obj/item/card/id) || !istype(I, /obj/item/pda))
|
||||
if(!istype(I, /obj/item/card/id) && !istype(I, /obj/item/pda))
|
||||
return ..()
|
||||
|
||||
if(emagged)
|
||||
|
||||
Reference in New Issue
Block a user