From 7c03e57b3ea057565470688a6b51659e59e4f737 Mon Sep 17 00:00:00 2001 From: Martinpachu Date: Fri, 28 Jun 2024 13:29:37 -0300 Subject: [PATCH 1/2] more normal --- 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..298958080e63 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 = 2500 // Best prices this side of the galaxy. contains = list(/obj/item/pizzabox/margherita, /obj/item/pizzabox/mushroom, /obj/item/pizzabox/meat, From 222cdfc1a03c3f1198e03dd48934547e4c2aea14 Mon Sep 17 00:00:00 2001 From: Martinpachu Date: Fri, 28 Jun 2024 13:30:12 -0300 Subject: [PATCH 2/2] better this way actually --- 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 298958080e63..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 = 2500 // 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,