From 24a86061fe9556cb0da6f49bb0e888da8d8f7ab2 Mon Sep 17 00:00:00 2001 From: murder <59576132+murder357@users.noreply.github.com> Date: Thu, 3 Aug 2023 13:29:10 -0400 Subject: [PATCH] Balance changes to prices for sec_supply (#2186) ## About The Pull Request Changes to the prices of some items on sec_supply ## Why It's Good For The Game slightly easier time getting things that arent deadly, slightly harder time getting things that are deadly ## Changelog :cl: balance: Price change to the flamethrowers and combat knives on the outposts shops! /:cl: --- code/modules/cargo/packs/sec_supply.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/cargo/packs/sec_supply.dm b/code/modules/cargo/packs/sec_supply.dm index c575b9c37033..5c0ec7b26964 100644 --- a/code/modules/cargo/packs/sec_supply.dm +++ b/code/modules/cargo/packs/sec_supply.dm @@ -66,7 +66,7 @@ /datum/supply_pack/sec_supply/combatknives name = "Combat Knives Crate" desc = "Contains three sharpened combat knives. Each knife guaranteed to fit snugly inside any galactic-standard boot." - cost = 3000 + cost = 2500 contains = list(/obj/item/kitchen/knife/combat, /obj/item/kitchen/knife/combat, /obj/item/kitchen/knife/combat) @@ -75,7 +75,7 @@ /datum/supply_pack/sec_supply/fire name = "Incendiary Weapons Crate" desc = "Burn, baby burn. Contains three incendiary grenades and three prebuilt flamethrowers." - cost = 4500 + cost = 5000 contains = list( /obj/item/flamethrower/full, /obj/item/flamethrower/full,