mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-06 15:32:25 +00:00
@@ -201,17 +201,46 @@
|
||||
reagents_to_add = list(/singleton/reagent/nutriment = 6, /singleton/reagent/sodiumchloride = 3)
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/chips
|
||||
name = "chips"
|
||||
desc = "Getmore potato chips. Not actually chips, these are instead flash-fried wafers of potato paste. Delicious!"
|
||||
name = "\improper Getmore salted potato chips"
|
||||
icon = 'icons/obj/item/reagent_containers/food/processed.dmi'
|
||||
desc = "Getmore potato chips. Wafers of potato paste, flash-fried and salted, delicious!"
|
||||
icon_state = "chips"
|
||||
item_state = "chips"
|
||||
gender = PLURAL
|
||||
trash = /obj/item/trash/chips
|
||||
filling_color = "#E8C31E"
|
||||
reagents_to_add = list(/singleton/reagent/nutriment = 3)
|
||||
reagent_data = list(/singleton/reagent/nutriment = list("chips" = 3))
|
||||
reagent_data = list(/singleton/reagent/nutriment = list("salted chips" = 3))
|
||||
bitesize = 1
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/chips/cucumber
|
||||
name = "\improper Getmore cucumber potato chips"
|
||||
desc = "Getmore cucumber flavoured potato chips. Wafers of potato paste, flash-fried and flavoured, delicious!"
|
||||
icon_state = "cucumberchips"
|
||||
trash = /obj/item/trash/chips/cucumber
|
||||
reagent_data = list(/singleton/reagent/nutriment = list("cucumber flavoured chips" = 3))
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/chips/chicken
|
||||
name = "\improper Getmore chicken potato chips"
|
||||
desc = "Getmore chicken flavoured potato chips. Wafers of potato paste, flash-fried and flavoured, delicious!"
|
||||
icon_state = "chickenchips"
|
||||
trash = /obj/item/trash/chips/chicken
|
||||
reagent_data = list(/singleton/reagent/nutriment = list("unseasoned chicken flavoured chips" = 3))
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/chips/dirtberry
|
||||
name = "\improper Getmore dirtberry potato chips"
|
||||
desc = "Getmore dirtberry flavoured potato chips. Made in collaboration between Getmore and the People's Republic of Adhomai. Delicious! Doesn't actually contain dirtberries, though."
|
||||
icon_state = "dirtberrychips"
|
||||
trash = /obj/item/trash/chips/dirtberry
|
||||
reagent_data = list(/singleton/reagent/nutriment = list("nutty flavoured chips" = 3))
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/chips/phoron
|
||||
name = "\improper Getmore phoron potato chips"
|
||||
desc = "Getmore 'phoron' flavoured potato chips. Delicious! Doesn't actually contain phoron, of course, and is really just a rebranding of their shrimp cocktail chips."
|
||||
icon_state = "phoronchips"
|
||||
trash = /obj/item/trash/chips/phoron
|
||||
reagent_data = list(/singleton/reagent/nutriment = list("shrimp cocktail flavoured chips" = 3))
|
||||
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/meatsnack
|
||||
name = "mo'gunz meat pie"
|
||||
icon = 'icons/obj/item/reagent_containers/food/processed.dmi'
|
||||
|
||||
Reference in New Issue
Block a user