mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 05:38:15 +01:00
[MIRROR] Tea brewing uses distilling (#11802)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
co-authored by
Will
parent
474ef1e9bd
commit
6f6cb7d760
@@ -437,3 +437,16 @@
|
||||
/obj/item/reagent_containers/glass/beaker/vial/sustenance
|
||||
name = "vial (artificial sustenance)"
|
||||
prefill = list(REAGENT_ID_ASUSTENANCE = 30)
|
||||
|
||||
/obj/item/reagent_containers/glass/kettle
|
||||
name = "kettle"
|
||||
desc = "A simple kettle for brewing drinks."
|
||||
icon_state = "kettle"
|
||||
amount_per_transfer_from_this = 10
|
||||
max_transfer_amount = 20
|
||||
volume = 60
|
||||
w_class = ITEMSIZE_SMALL
|
||||
flags = OPENCONTAINER
|
||||
matter = list(MAT_STEEL = 50)
|
||||
drop_sound = 'sound/items/drop/crowbar.ogg'
|
||||
pickup_sound = 'sound/items/pickup/drinkglass.ogg'
|
||||
|
||||
Reference in New Issue
Block a user