Kitchen Food Processor Nerfs

- The cereal maker, deep fryer, and the grill can only process food
items instead of almost anything.
- Deep frying and cerealizing food add 3 nutriment from 30.
- Ice cream cones have a reagent storage volume of 50 from 300.
This commit is contained in:
DZD
2015-01-10 20:14:07 -05:00
parent 1e1e0b88c1
commit 29d572ee23
2 changed files with 8 additions and 17 deletions
@@ -3112,7 +3112,7 @@
name = "ice cream cone"
desc = "Delicious ice cream."
icon_state = "icecream_cone"
volume = 500
volume = 50
New()
..()
reagents.add_reagent("nutriment", 2)
@@ -3124,7 +3124,7 @@
name = "chocolate ice cream cone"
desc = "Delicious ice cream."
icon_state = "icecream_cup"
volume = 500
volume = 50
New()
..()
reagents.add_reagent("nutriment", 4)
@@ -3140,7 +3140,7 @@
bitesize = 2
New()
..()
reagents.add_reagent("nutriment", 30)
reagents.add_reagent("nutriment", 3)
/obj/item/weapon/reagent_containers/food/snacks/deepfryholder
name = "Deep Fried Foods Holder Obj"
desc = "If you can see this description the code for the deep fryer fucked up."
@@ -3149,7 +3149,7 @@
bitesize = 2
New()
..()
reagents.add_reagent("nutriment", 30)
reagents.add_reagent("nutriment", 3)
// Flour + egg = dough
/obj/item/weapon/reagent_containers/food/snacks/flour/attackby(obj/item/weapon/W as obj, mob/user as mob)