Repaths Spaghetti (#15596)

This commit is contained in:
atteria
2023-01-19 12:47:15 +01:00
committed by GitHub
parent 0018c1bf0e
commit ace53d464f
5 changed files with 27 additions and 21 deletions
@@ -1511,10 +1511,10 @@
reagent_data = list(/singleton/reagent/nutriment = list("soy" = 2))
bitesize = 2
/obj/item/reagent_containers/food/snacks/spagetti
/obj/item/reagent_containers/food/snacks/spaghetti
name = "spaghetti"
desc = "A bundle of raw spaghetti."
icon_state = "spagetti"
icon_state = "spaghetti"
filling_color = "#EDDD00"
center_of_mass = list("x"=16, "y"=16)
reagents_to_add = list(/singleton/reagent/nutriment = 1)
@@ -2111,10 +2111,10 @@
reagent_data = list(/singleton/reagent/nutriment = list("soy" = 4, "tomato" = 4))
bitesize = 2
/obj/item/reagent_containers/food/snacks/boiledspagetti
/obj/item/reagent_containers/food/snacks/boiledspaghetti
name = "boiled spaghetti"
desc = "A plain dish of noodles, this sucks."
icon_state = "spagettiboiled"
icon_state = "spaghettiboiled"
trash = /obj/item/trash/plate
filling_color = "#FCEE81"
center_of_mass = list("x"=16, "y"=10)
@@ -2156,7 +2156,7 @@
/obj/item/reagent_containers/food/snacks/pastatomato
name = "spaghetti"
desc = "Spaghetti and crushed tomatoes. Just like your abusive father used to make!"
desc = "Spaghetti and crushed tomatoes."
icon_state = "pastatomato"
trash = /obj/item/trash/plate
filling_color = "#DE4545"
@@ -2165,10 +2165,10 @@
reagent_data = list(/singleton/reagent/nutriment = list("tomato" = 3, "noodles" = 3))
bitesize = 4
/obj/item/reagent_containers/food/snacks/meatballspagetti
/obj/item/reagent_containers/food/snacks/meatballspaghetti
name = "spaghetti and meatballs"
desc = "Now thats a nic'e meatball!"
icon_state = "meatballspagetti"
icon_state = "meatballspaghetti"
trash = /obj/item/trash/plate
filling_color = "#DE4545"
center_of_mass = list("x"=16, "y"=10)
@@ -3597,7 +3597,7 @@
desc = "A building block of an impressive dish."
icon = 'icons/obj/food_ingredients.dmi'
icon_state = "doughslice"
slice_path = /obj/item/reagent_containers/food/snacks/spagetti
slice_path = /obj/item/reagent_containers/food/snacks/spaghetti
slices_num = 1
bitesize = 2
center_of_mass = list("x"=17, "y"=19)