[MIRROR] Escape pod console emag fix (#3708)

* Escape pod console emag fix (#57229)

* Escape pod console emag fix

Co-authored-by: Arkatos1 <43862960+Arkatos1@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-02-28 12:23:37 +00:00
committed by GitHub
co-authored by Arkatos1
parent 1953b7ff5b
commit e15aff7b96
+1
View File
@@ -601,6 +601,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)