Let the Pizza wars begin! (New foods added + some food related tweaks) (#21204)

-Added many new food dishes and ingredients (many of them pizzas).
-Added some of the new ingredients to the Cargo order form.
- Added 2 new drinks and a drink bottle for one of them.
-Nerfed a few dishes that require cooking seafood or frying so that you
can no longer make them with the microwave
-Created new vending machine that sells microwave/instant foods to make
up for it and give Microwaves some variety.
-Added shrimp to the required ingredients for North 60 squid.
-Renamed empty Shakshouka pan to be something more generic so it can be
used for other dishes.
-Adjusted the contents of Dyn Pozole so it doesn't take five years to
finish eating.
-Defined a color for S'th berry juice.
-Created new pages and files for microwave foods.


If/when suggesting fixes please be mindful that my knowledge of code is
very limited and many of the more complicated funcitons have been copy
pasted form elsewherein the code and edited to fit, so coommit
suggestions are appreciated.

---------

Signed-off-by: tomixcomics <11053204+tomixcomics@users.noreply.github.com>
Co-authored-by: FlamingLily <80451102+FlamingLily@users.noreply.github.com>
Co-authored-by: hazelrat <83198434+hazelrat@users.noreply.github.com>
Co-authored-by: VMSolidus <evilexecutive@gmail.com>
Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
This commit is contained in:
tomixcomics
2025-08-23 13:59:46 +03:00
committed by GitHub
parent e19b95c916
commit aad2e6bbd4
45 changed files with 1403 additions and 23 deletions
+28
View File
@@ -194,6 +194,34 @@
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/sliced_bread
category = "hospitality"
name = "sliced bread"
supplier = "getmore"
description = "Factory-grade, machine-baked, machine-sliced, machine-bagged bread. Just like mama used to make."
price = 8
items = list(
/obj/item/storage/box/fancy/food/sliced_bread
)
access = 0
container_type = "freezer"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/packaged_shrimp
category = "hospitality"
name = "packaged shrimp"
supplier = "getmore"
description = "Frozen shrimp available at reasonable prices for any place in the Spur that can't get them fresh! Each pack contains 4 servings' worth of shrimp."
price = 90
items = list(
/obj/item/storage/box/fancy/food/packaged_shrimp
)
access = 0
container_type = "freezer"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/peppermill
category = "hospitality"
name = "pepper mill"