replaces randomized wires with departmental wires (#6376)

This commit is contained in:
deathride58
2018-04-27 14:42:09 +00:00
committed by kevinz000
parent d2fbb671ba
commit ab3c55ab23
5 changed files with 73 additions and 2 deletions
+1 -1
View File
@@ -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)