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"