mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
fix: resetting alert level now also unlocks bolted airlocks
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user