Add mildly more modular machine disabling verbs, abuse preprocessor.

This commit is contained in:
Rob Nelson
2014-04-26 19:22:27 -07:00
parent 7a96a6af76
commit 31c597fdcd
6 changed files with 37 additions and 1 deletions

View File

@@ -79,6 +79,7 @@
process()
..()
CHECK_DISABLED(vents)
if(stat & (NOPOWER|BROKEN))
return
if (!node)

View File

@@ -102,6 +102,7 @@
process()
..()
CHECK_DISABLED(scrubbers)
if(stat & (NOPOWER|BROKEN))
return
if (!node)