Onions, Food and Plant Tweaks (#4629)

* Onyonyon

* Fixes Potato's and adds Changelog.
This commit is contained in:
SunnyDaise
2018-01-27 16:53:54 -08:00
committed by Atermonera
parent 13310d048c
commit 1f80c3336d
9 changed files with 68 additions and 0 deletions
@@ -1959,6 +1959,34 @@
reagents.add_reagent("tomatojuice", 10)
bitesize = 3
/obj/item/weapon/reagent_containers/food/snacks/onionsoup
name = "Onion Soup"
desc = "A soup with layers."
icon_state = "onionsoup"
trash = /obj/item/trash/snack_bowl
filling_color = "#E0C367"
center_of_mass = list("x"=16, "y"=7)
nutriment_amt = 5
nutriment_desc = list("onion" = 2, "soup" = 2)
/obj/item/weapon/reagent_containers/food/snacks/onionsoup/New()
..()
bitesize = 3
/obj/item/weapon/reagent_containers/food/snacks/onionrings
name = "Onion Soup"
desc = "Crispy rings."
icon_state = "onionrings"
trash = /obj/item/trash/plate
filling_color = "#E0C367"
center_of_mass = list("x"=16, "y"=7)
nutriment_amt = 5
nutriment_desc = list("onion" = 2)
/obj/item/weapon/reagent_containers/food/snacks/onionrings/New()
..()
bitesize = 2
/obj/item/weapon/reagent_containers/food/snacks/rofflewaffles
name = "Roffle Waffles"
desc = "Waffles from Roffle. Co."