Converts Shutoff valve monitoring into a MC program

- Existing consoles remain for now, only refactored to use a shared nano_module. Included by default on engineering consoles, downloadable by anyone with basic engineering access.
- Tidies up the UI a bit, prevents manual toggling of valves when they are in Auto mode (as it would immediately toggle back)
This commit is contained in:
Atlantiscze
2020-04-21 15:15:57 +02:00
parent 5a92fc4ec9
commit 131270c6f8
6 changed files with 95 additions and 69 deletions

View File

@@ -2340,6 +2340,7 @@
#include "code\modules\modular_computers\file_system\programs\engineering\atmos_control.dm"
#include "code\modules\modular_computers\file_system\programs\engineering\power_monitor.dm"
#include "code\modules\modular_computers\file_system\programs\engineering\rcon_console.dm"
#include "code\modules\modular_computers\file_system\programs\engineering\shutoff_monitor.dm"
#include "code\modules\modular_computers\file_system\programs\engineering\supermatter_monitor.dm"
#include "code\modules\modular_computers\file_system\programs\generic\camera.dm"
#include "code\modules\modular_computers\file_system\programs\generic\configurator.dm"