coffeemaker 
Vars | |
| brew_time | Time required to brew coffee |
|---|---|
| brewing | Whether the machine is currently brewing |
| cartridge | The coffee cartridge to make coffee from |
| coffee | List of coffee bean objects stored |
| coffee_amount | Current amount of coffee beans stored |
| coffeepot | The coffee pot currently in the machine |
| max_coffee_amount | Maximum amount of coffee beans that can be stored |
| resources | Associative list of resource datums [resource_id] = datum |
| speed | Brewing speed multiplier from parts |
| uses_cartridges | Whether this machine uses cartridges instead of beans |
Procs | |
| toggle_steam | Updates the smoke state to something else, setting particles if relevant |
Var Details
brew_time 
Time required to brew coffee
brewing 
Whether the machine is currently brewing
cartridge 
The coffee cartridge to make coffee from
coffee 
List of coffee bean objects stored
coffee_amount 
Current amount of coffee beans stored
coffeepot 
The coffee pot currently in the machine
max_coffee_amount 
Maximum amount of coffee beans that can be stored
resources 
Associative list of resource datums [resource_id] = datum
speed 
Brewing speed multiplier from parts
uses_cartridges 
Whether this machine uses cartridges instead of beans
Proc Details
toggle_steam
Updates the smoke state to something else, setting particles if relevant