Readds deepstorage w/ tweaks AND adds water bottles to vending machines

This commit is contained in:
CitadelStationBot
2017-05-01 07:24:41 -05:00
parent fc9e2a46d6
commit 87e306851d
6 changed files with 6775 additions and 2 deletions
@@ -279,3 +279,27 @@
slot_equipment_priority.Insert(index, slot_head)
return
return ..()
/obj/item/weapon/reagent_containers/glass/beaker/waterbottle
name = "bottle of water"
desc = "A bottle of water filled at an old Earth bottling facility,"
icon = 'icons/obj/drinks.dmi'
icon_state = "smallbottle"
item_state = "bottle"
list_reagents = list("water" = 49.5, "fluorine" = 0.5)//see desc, don't think about it too hard
materials = list(MAT_GLASS=0)
volume = 50
amount_per_transfer_from_this = 10
origin_tech = null
/obj/item/weapon/reagent_containers/glass/beaker/waterbottle/large
desc = "A fresh commercial-sized bottle of water."
icon_state = "largebottle"
materials = list(MAT_GLASS=0)
list_reagents = list("water" = 100)
volume = 100
amount_per_transfer_from_this = 20