coffeemaker 
        
    
            
        
| Vars | |
| cartridge | The coffee cartridge to make coffee from. In the future, coffee grounds are like printer ink. | 
|---|---|
| coffee_cups | The number of cups left | 
| creamer_packs | The amount of creamer packets left | 
| initial_cartridge | The type path to instantiate for the coffee cartridge the device initially comes with, eg. /obj/item/coffee_cartridge | 
| sugar_packs | The amount of sugar packets left | 
| sweetener_packs | The amount of sweetener packets left | 
| Procs | |
| toggle_steam | Updates the smoke state to something else, setting particles if relevant | 
Var Details
cartridge
            
        
    
            
        
        The coffee cartridge to make coffee from. In the future, coffee grounds are like printer ink.
coffee_cups
            
        
    
            
        
        The number of cups left
creamer_packs
            
        
    
            
        
        The amount of creamer packets left
initial_cartridge
            
        
    
            
        
        The type path to instantiate for the coffee cartridge the device initially comes with, eg. /obj/item/coffee_cartridge
sugar_packs
            
        
    
            
        
        The amount of sugar packets left
sweetener_packs
            
        
    
            
        
        The amount of sweetener packets left
Proc Details
toggle_steam
Updates the smoke state to something else, setting particles if relevant