Merge pull request #10513 from r4d6/open-message

Add a message when pulsing the open wire on airlocks
This commit is contained in:
kevinz000
2020-01-12 00:37:33 -08:00
committed by GitHub
+2
View File
@@ -85,6 +85,8 @@
INVOKE_ASYNC(A, /obj/machinery/door/airlock.proc/open)
else
INVOKE_ASYNC(A, /obj/machinery/door/airlock.proc/close)
else
holder.visible_message("<span class='notice'>You hear a a grinding noise coming from the airlock.</span>")
if(WIRE_BOLTS) // Pulse to toggle bolts (but only raise if power is on).
if(!A.locked)
A.bolt()