mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Fix opening an air alarm panel turning off overlay (#65135)
This commit is contained in:
@@ -583,7 +583,7 @@
|
||||
/obj/machinery/airalarm/update_overlays()
|
||||
. = ..()
|
||||
|
||||
if((machine_stat & (NOPOWER|BROKEN)) || shorted)
|
||||
if(panel_open || (machine_stat & (NOPOWER|BROKEN)) || shorted)
|
||||
return
|
||||
|
||||
var/area/our_area = get_area(src)
|
||||
|
||||
Reference in New Issue
Block a user