From 42c282d3cec9be428b55f5456f00230d74d0aef7 Mon Sep 17 00:00:00 2001 From: Martinpachu <86135885+Martinpachu@users.noreply.github.com> Date: Wed, 10 Jul 2024 02:13:55 -0300 Subject: [PATCH] Makes pizza cheaper. (#3163) ## About The Pull Request Makes the cargo pack for pizza cheaper, 6000-3000 ## Why It's Good For The Game a little snack for a reasonable price, still pricier than less tasty options (donks and rations) ## Changelog :cl: balance: Pizzas have become cheaper. (6000 cr - 3000 cr) /:cl: --- code/modules/cargo/packs/food.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cargo/packs/food.dm b/code/modules/cargo/packs/food.dm index 7abc0188f9d9..c7d8b77f46a5 100644 --- a/code/modules/cargo/packs/food.dm +++ b/code/modules/cargo/packs/food.dm @@ -25,7 +25,7 @@ /datum/supply_pack/food/pizza name = "Pizza Crate" desc = "Best prices on this side of the galaxy. All deliveries are guaranteed to be 99.5% anomaly-free!" - cost = 6000 // Best prices this side of the galaxy. + cost = 3000// Best prices this side of the galaxy. contains = list(/obj/item/pizzabox/margherita, /obj/item/pizzabox/mushroom, /obj/item/pizzabox/meat,