mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Merge pull request #25656 from Cyberboss/FiredoorFix
Fixes firedoors auto-opening/closing without power
This commit is contained in:
@@ -203,7 +203,7 @@ var/list/teleportlocs = list()
|
||||
if(A.fire)
|
||||
cont = FALSE
|
||||
break
|
||||
if(cont)
|
||||
if(cont && D.is_operational())
|
||||
if(D.operating)
|
||||
D.nextstate = opening ? OPEN : CLOSED
|
||||
else if(!(D.density ^ opening))
|
||||
|
||||
Reference in New Issue
Block a user