mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Fixes roundstart airlock runtime
This commit is contained in:
@@ -990,9 +990,12 @@ About the new airlock wires panel:
|
||||
update_icon()
|
||||
return 1
|
||||
|
||||
/obj/machinery/door/airlock/New()
|
||||
..()
|
||||
wires = new(src)
|
||||
|
||||
/obj/machinery/door/airlock/initialize()
|
||||
. = ..()
|
||||
wires = new(src)
|
||||
if(closeOtherId != null)
|
||||
for(var/obj/machinery/door/airlock/A in airlocks)
|
||||
if(A.closeOtherId == closeOtherId && A != src)
|
||||
|
||||
Reference in New Issue
Block a user