-
- {{:helper.link(data.power ? 'On' : 'Off', null, {'command' : 'power'}, data.config ? 'disabled' : null)}}
-
-
- {{:helper.link('Configure', null, {'command' : 'configure'}, null, data.config ? 'selected' : null)}}
-
-
- {{if data.config}}
-
-
-
-
Port
- {{for data.ports}}
-
{{:value.dir}} Port
- {{/for}}
-
-
-
Input
- {{for data.ports}}
-
- {{:helper.link(' ', null, {'command' : 'switch_mode', 'mode' : 'in', 'dir' : value.dir}, null, value.input ? 'selected' : null)}}
-
- {{/for}}
-
-
-
Output
- {{for data.ports}}
-
- {{:helper.link(' ', null, {'command' : 'switch_mode', 'mode' : 'out', 'dir' : value.dir}, null, value.output ? 'selected' : null)}}
-
- {{/for}}
-
-
-
Filter
- {{for data.ports}}
-
- {{:helper.link(value.f_type ? value.f_type : 'None', null, {'command' : 'switch_filter', 'mode' : value.f_type, 'dir' : value.dir}, value.filter ? null : 'disabled', value.f_type ? 'selected' : null)}}
-
- {{/for}}
-
-
-
-
- Set Flow Rate Limit: {{:(data.set_flow_rate/10)}} L/s
-
-
- {{:helper.link('Set Flow Rate Limit', null, {'command' : 'set_flow_rate'})}}
-
-
- {{else}}
-
-
-
-
Port
- {{for data.ports}}
-
{{:value.dir}} Port
- {{/for}}
-
-
-
Mode
- {{for data.ports}}
-
- {{if value.input}}
- Input
- {{else value.output}}
- Output
- {{else value.f_type}}
- {{:value.f_type}}
- {{else}}
- Disabled
- {{/if}}
-
- {{/for}}
-
-
-
-
- Set Flow Rate Limit: {{:(data.set_flow_rate/10)}} L/s
-
-
-
- Flow Rate: {{:(data.last_flow_rate/10)}} L/s
-
- {{/if}}
-
\ No newline at end of file
diff --git a/nano/templates/omni_mixer.tmpl b/nano/templates/omni_mixer.tmpl
deleted file mode 100644
index 3d637687553..00000000000
--- a/nano/templates/omni_mixer.tmpl
+++ /dev/null
@@ -1,101 +0,0 @@
-
-
- {{:helper.link(data.power ? 'On' : 'Off', null, {'command' : 'power'}, data.config ? 'disabled' : null)}}
-
-
- {{:helper.link('Configure', null, {'command' : 'configure'}, null, data.config ? 'selected' : null)}}
-
-
- {{if data.config}}
-
-
-
-
Port
- {{for data.ports}}
-
{{:value.dir}} Port
- {{/for}}
-
-
-
Input
- {{for data.ports}}
-
- {{:helper.link(' ', null, value.input ? {'command' : 'switch_mode', 'mode' : 'none', 'dir' : value.dir} : {'command' : 'switch_mode', 'mode' : 'in', 'dir' : value.dir}, value.output ? 'disabled' : null, value.input ? 'selected' : null)}}
-
- {{/for}}
-
-
-
Output
- {{for data.ports}}
-
- {{:helper.link(' ', null, value.output ? null : {'command' : 'switch_mode', 'mode' : 'out', 'dir' : value.dir}, null, value.output ? 'selected' : null)}}
-
- {{/for}}
-
-
-
Concentration
- {{for data.ports}}
-
- {{:helper.link( value.input ? helper.round(value.concentration*100)+' %' : '-', null, {'command' : 'switch_con', 'dir' : value.dir}, value.input ? null : 'disabled')}}
-
- {{/for}}
-
-
-
Lock
- {{for data.ports}}
-
- {{:helper.link(' ', value.con_lock ? 'lock' : 'unlock', {'command' : 'switch_conlock', 'dir' : value.dir}, value.input ? null : 'disabled', value.con_lock ? 'selected' : null)}}
-
- {{/for}}
-
-
-
-
- Set Flow Rate Limit: {{:(data.set_flow_rate/10)}} L/s
-
-
- {{:helper.link('Set Flow Rate Limit', null, {'command' : 'set_flow_rate'})}}
-
-
- {{else}}
-
-
-
-
Port
- {{for data.ports}}
-
{{:value.dir}} Port
- {{/for}}
-
-
-
Mode
- {{for data.ports}}
-
- {{if value.input}}
- Input
- {{else value.output}}
- Output
- {{else}}
- Disabled
- {{/if}}
-
- {{/for}}
-
-
-
Concentration
- {{for data.ports}}
-
- {{if value.input}}
- {{:helper.round(value.concentration*100)}} %
- {{else}}
- -
- {{/if}}
-
- {{/for}}
-
-
-
-
- Flow Rate: {{:(data.last_flow_rate/10)}} L/s
-
-
- {{/if}}
-
\ No newline at end of file
diff --git a/paradise.dme b/paradise.dme
index 5e88b673231..9b33984c5b7 100644
--- a/paradise.dme
+++ b/paradise.dme
@@ -171,10 +171,6 @@
#include "code\ATMOSPHERICS\components\binary_devices\pump.dm"
#include "code\ATMOSPHERICS\components\binary_devices\valve.dm"
#include "code\ATMOSPHERICS\components\binary_devices\volume_pump.dm"
-#include "code\ATMOSPHERICS\components\omni_devices\_omni_extras.dm"
-#include "code\ATMOSPHERICS\components\omni_devices\filter.dm"
-#include "code\ATMOSPHERICS\components\omni_devices\mixer.dm"
-#include "code\ATMOSPHERICS\components\omni_devices\omni_base.dm"
#include "code\ATMOSPHERICS\components\trinary_devices\filter.dm"
#include "code\ATMOSPHERICS\components\trinary_devices\mixer.dm"
#include "code\ATMOSPHERICS\components\trinary_devices\trinary_base.dm"