mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-31 07:58:22 +01:00
@@ -433,3 +433,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