Adds water bottles to vending machines.

This commit is contained in:
Erthilo
2012-05-28 20:14:19 +01:00
parent 27ac573d04
commit e106fe4c51
3 changed files with 12 additions and 3 deletions
+9
View File
@@ -2911,6 +2911,15 @@
src.pixel_x = rand(-10.0, 10)
src.pixel_y = rand(-10.0, 10)
/obj/item/weapon/reagent_containers/food/drinks/waterbottle
name = "water bottle"
desc = "Straight from the ice lakes of Mars!"
icon_state = "waterbottle"
New()
..()
reagents.add_reagent("water", 30)
src.pixel_x = rand(-10.0, 10)
src.pixel_y = rand(-10.0, 10)
/obj/item/weapon/reagent_containers/food/drinks/sillycup
name = "Paper Cup"