disposal 
Vars | |
| air_contents | Internal air reservoir |
|---|---|
| flush | Whether flush handle is pulled |
| flush_count | This var adds 1 every process cycle. When it reaches flush_every_ticks it resets and tries to flush |
| flush_every_ticks | Process cycles before it look whether it is ready to flush |
| flushing | Whether flushing is currently in progress |
| max_combined_w_class | Maximum value of the w_classes of all the items in contents, before we stop inserting new objects |
| mode | Current machine status |
| storage_slots | Maximum amount of contents length we can have, before we stop inserting new objects |
| trunk | Disposal pipe trunk, we are attached to |
Procs | |
| monkey_stuff_mob | Alternative tg proc, used in monkey AI |
Var Details
air_contents 
Internal air reservoir
flush 
Whether flush handle is pulled
flush_count 
This var adds 1 every process cycle. When it reaches flush_every_ticks it resets and tries to flush
flush_every_ticks 
Process cycles before it look whether it is ready to flush
flushing 
Whether flushing is currently in progress
max_combined_w_class 
Maximum value of the w_classes of all the items in contents, before we stop inserting new objects
mode 
Current machine status
storage_slots 
Maximum amount of contents length we can have, before we stop inserting new objects
trunk 
Disposal pipe trunk, we are attached to
Proc Details
monkey_stuff_mob
Alternative tg proc, used in monkey AI