From ede7f79dfe3e5d6bf50cb7170121e5c7b5757026 Mon Sep 17 00:00:00 2001 From: Cyantime Date: Sat, 30 Sep 2017 00:28:33 -0400 Subject: [PATCH] Forgot this. --- code/ATMOSPHERICS/components/binary_devices/passive_gate_vr.dm | 3 +++ vorestation.dme | 1 + 2 files changed, 4 insertions(+) create mode 100644 code/ATMOSPHERICS/components/binary_devices/passive_gate_vr.dm diff --git a/code/ATMOSPHERICS/components/binary_devices/passive_gate_vr.dm b/code/ATMOSPHERICS/components/binary_devices/passive_gate_vr.dm new file mode 100644 index 00000000000..c907af59ff4 --- /dev/null +++ b/code/ATMOSPHERICS/components/binary_devices/passive_gate_vr.dm @@ -0,0 +1,3 @@ +/obj/machinery/atmospherics/binary/passive_gate/on + unlocked = 1 + icon_state = "on" \ No newline at end of file diff --git a/vorestation.dme b/vorestation.dme index a009e0d52cf..cb550eb30a8 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -131,6 +131,7 @@ #include "code\ATMOSPHERICS\components\binary_devices\circulator.dm" #include "code\ATMOSPHERICS\components\binary_devices\dp_vent_pump.dm" #include "code\ATMOSPHERICS\components\binary_devices\passive_gate.dm" +#include "code\ATMOSPHERICS\components\binary_devices\passive_gate_vr.dm" #include "code\ATMOSPHERICS\components\binary_devices\pipeturbine.dm" #include "code\ATMOSPHERICS\components\binary_devices\pump.dm" #include "code\ATMOSPHERICS\components\binary_devices\volume_pump.dm"