git-svn-id: http://tgstation13.googlecode.com/svn/trunk@214 316c924e-a436-60f5-8080-3fe189b3f50e

This commit is contained in:
uhangi@gmail.com
2010-09-29 02:41:02 +00:00
parent 56914c6282
commit e700403b99
8 changed files with 152 additions and 6 deletions

View File

@@ -1439,6 +1439,8 @@
reagents = R
R.my_atom = src
R.add_reagent("cola", 30)
src.pixel_x = rand(-10.0, 10)
src.pixel_y = rand(-10.0, 10)
/obj/item/weapon/reagent_containers/food/drinks/beer
name = "Space Beer"
@@ -1450,6 +1452,8 @@
reagents = R
R.my_atom = src
R.add_reagent("beer", 30)
src.pixel_x = rand(-10.0, 10)
src.pixel_y = rand(-10.0, 10)
/obj/item/weapon/reagent_containers/food/drinks/milk
name = "Space Milk"