mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user