The Ambrosia of the Corporate Masses: Coffeemakers (#68178)

Adds coffeemakers to the game. These brew large quantities of coffee at a time, dispense cups and accoutrements, and work from cartridges.
This commit is contained in:
EOBGames
2022-08-16 03:12:13 +02:00
committed by GitHub
parent c359e66cd5
commit 6f71a7ea48
19 changed files with 543 additions and 0 deletions
@@ -1797,6 +1797,16 @@
/obj/item/stock_parts/water_recycler = 1)
category = CAT_STRUCTURE
/datum/crafting_recipe/coffee_cartridge
name = "Bootleg Coffee Cartridge"
result = /obj/item/coffee_cartridge/bootleg
time = 2 SECONDS
reqs = list(
/obj/item/blank_coffee_cartridge = 1,
/datum/reagent/toxin/coffeepowder = 10,
)
category = CAT_MISC
/datum/crafting_recipe/toiletbong
name = "Toiletbong"
category = CAT_STRUCTURE