mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
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:
@@ -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(), \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user