Merge pull request #7405 from VOREStation/vplk-static-machinery-power

Static Machinery Power
This commit is contained in:
Aronai Sieyes
2020-04-24 21:06:52 -04:00
committed by GitHub
16 changed files with 312 additions and 145 deletions

View File

@@ -17,6 +17,7 @@ var/global/defer_powernet_rebuild = 0 // True if net rebuild will be called
#define USE_POWER_ACTIVE 2 // Machine is using power at its active power level
// Channel numbers for power.
#define CURRENT_CHANNEL -1 // Passed as an argument this means "use whatever current channel is"
#define EQUIP 1
#define LIGHT 2
#define ENVIRON 3