mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
Onions, Food and Plant Tweaks (#4629)
* Onyonyon * Fixes Potato's and adds Changelog.
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user