Merge pull request #25656 from Cyberboss/FiredoorFix

Fixes firedoors auto-opening/closing without power
This commit is contained in:
Joan Lung
2017-04-01 23:08:31 -04:00
committed by GitHub
+1 -1
View File
@@ -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))