mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-04 14:33:10 +00:00
Blast doors don't open on power restore if they were originally closed. (#13233)
This commit is contained in:
@@ -188,7 +188,7 @@
|
||||
return
|
||||
if(stat & NOPOWER)
|
||||
INVOKE_ASYNC(src, /obj/machinery/door/blast/.proc/force_close)
|
||||
securitylock = TRUE
|
||||
securitylock = !density // blast doors will only re-open when power is restored if they were open originally
|
||||
else if(securitylock)
|
||||
INVOKE_ASYNC(src, /obj/machinery/door/blast/.proc/force_open)
|
||||
securitylock = FALSE
|
||||
|
||||
6
html/changelogs/blast_doors_stay_closed.yml
Normal file
6
html/changelogs/blast_doors_stay_closed.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
author: mikomyazaki
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- tweak: "Blast doors without power will only open when power is restored if they were originally open."
|
||||
Reference in New Issue
Block a user