mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Merge pull request #10640 from phil235/DoorTimingOverrideFix
Fixes airlock not closing super fast when timing wire is pulsed
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user