Files
Aurora.3/code/modules/reagents/dispenser/coffeebeans.dm
MarinaGryphon 37c80988ce Converts Reagents to Typepaths and Centralises Reagent Spawning (#9140)
Converts reagents to use typepaths instead of IDs.
    Centralises reagent spawning in a lot of places to use reagents_to_add instead of a variety of custom methods or initialise overrides.
2020-07-05 20:47:48 +03:00

17 lines
419 B
Plaintext

/obj/item/reagent_containers/chem_disp_cartridge/espresso
name = "A jar of Coffee Beans "
desc = "This goes into a coffee maker!"
label = "Spesscafe Dark Blend"
icon = 'icons/obj/drinks.dmi'
icon_state = "coffeejar"
w_class = 3
volume = CARTRIDGE_VOLUME_SMALL
amount_per_transfer_from_this = 20
possible_transfer_amounts = list(20, 40)
unacidable = 1
spawn_reagent = /datum/reagent/drink/coffee/espresso