replaces randomized wires with departmental wires (#6376)
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
|
||||
/obj/machinery/door/airlock/Initialize()
|
||||
. = ..()
|
||||
wires = new /datum/wires/airlock(src)
|
||||
wires = new wiretypepath(src) //CIT CHANGE - makes it possible for airlocks to have different wire datums
|
||||
if(frequency)
|
||||
set_frequency(frequency)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user