The great vending machine update.

Banana Bread
Ice and iced drinks
A certain medical reagent update
Ramen Noodles!
And... stuff... I don't know new updates!

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1240 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
tronaldnwn@hotmail.com
2011-03-23 06:17:34 +00:00
parent 7c5eb35f13
commit 49d6e613bb
7 changed files with 240 additions and 32 deletions
+1
View File
@@ -238,6 +238,7 @@ var/global/list/autolathe_recipes = list( \
new /obj/item/stack/sheet/rglass(), \
new /obj/item/stack/rods(), \
new /obj/item/weapon/rcd_ammo(), \
new /obj/item/weapon/kitchenknife(),\
new /obj/item/weapon/scalpel(), \
new /obj/item/weapon/circular_saw(), \
new /obj/item/device/t_scanner(), \
+7
View File
@@ -98,6 +98,13 @@
cheese_amount = 3
creates = "/obj/item/weapon/reagent_containers/food/snacks/xenomeatbread"
/datum/recipe/bananabread
flour_amount = 3
egg_amount = 3
milk_amount = 1
extra_item = /obj/item/weapon/reagent_containers/food/snacks/banana
creates = "/obj/item/weapon/reagent_containers/food/snacks/bananabread"
/datum/recipe/omelette
egg_amount = 2
cheese_amount = 2