Escape pod console emag fix (#57229)

This commit is contained in:
Arkatos1
2021-02-27 23:01:05 -08:00
committed by GitHub
parent 95f37913d9
commit cf47017639
+1
View File
@@ -596,6 +596,7 @@
if(obj_flags & EMAGGED)
return
obj_flags |= EMAGGED
locked = FALSE
to_chat(user, "<span class='warning'>You fry the pod's alert level checking system.</span>")
/obj/machinery/computer/shuttle/pod/connect_to_shuttle(obj/docking_port/mobile/port, obj/docking_port/stationary/dock)