fix: resetting alert level now also unlocks bolted airlocks

This commit is contained in:
Kyep
2018-12-07 02:13:50 -08:00
parent b1ab7931f4
commit f49d295cfe
+5
View File
@@ -90,6 +90,11 @@
reactor = R
R.has_overloaded = FALSE
for(var/obj/machinery/door/airlock/A in src)
if(A.density && A.locked)
spawn(0)
A.unlock()
alert_log += "Alert level reset."
/area/syndicate_depot/core/proc/increase_alert(reason)