coffeemaker ![modular_bluemoon/SmiLeY/all_in/coffeemaker.dm 3](git.png)
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 | |
set_on_table | Go on top of a table if we're anchored & not varedited |
toggle_steam | Updates the smoke state to something else, setting particles if relevant |
Var Details
cartridge ![modular_bluemoon/SmiLeY/all_in/coffeemaker.dm 17](git.png)
The coffee cartridge to make coffee from. In the future, coffee grounds are like printer ink.
coffee_cups ![modular_bluemoon/SmiLeY/all_in/coffeemaker.dm 21](git.png)
The number of cups left
creamer_packs ![modular_bluemoon/SmiLeY/all_in/coffeemaker.dm 30](git.png)
The amount of creamer packets left
initial_cartridge ![modular_bluemoon/SmiLeY/all_in/coffeemaker.dm 19](git.png)
The type path to instantiate for the coffee cartridge the device initially comes with, eg. /obj/item/coffee_cartridge
sugar_packs ![modular_bluemoon/SmiLeY/all_in/coffeemaker.dm 24](git.png)
The amount of sugar packets left
sweetener_packs ![modular_bluemoon/SmiLeY/all_in/coffeemaker.dm 27](git.png)
The amount of sweetener packets left
Proc Details
set_on_table
Go on top of a table if we're anchored & not varedited
toggle_steam
Updates the smoke state to something else, setting particles if relevant