mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-02 13:32:32 +00:00
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.
17 lines
419 B
Plaintext
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
|
|
|