Merge pull request #10640 from phil235/DoorTimingOverrideFix

Fixes airlock not closing super fast when timing wire is pulsed
This commit is contained in:
Aranclanos
2015-07-23 07:50:39 -03:00
+4 -3
View File
@@ -1096,7 +1096,7 @@ About the new airlock wires panel:
spawn(150)
autoclose()
else if(autoclose && !normalspeed)
spawn(5)
spawn(11)
autoclose()
return ..()
@@ -1148,8 +1148,9 @@ About the new airlock wires panel:
operating = 0
air_update_turf(1)
update_freelook_sight()
if(locate(/mob/living) in get_turf(src))
open()
if(safe)
if(locate(/mob/living) in get_turf(src))
open()
return 1
/obj/machinery/door/airlock/New()