From 457a3319f72190cd0f906a1763d46ad1e83710ed Mon Sep 17 00:00:00 2001 From: firebudgy <153147550+firebudgy@users.noreply.github.com> Date: Sun, 22 Dec 2024 02:27:42 -0800 Subject: [PATCH] Pricehikes the SAW-80 (#3929) ## About The Pull Request Oops! This is way too cheap for what it should be! At the current price it's being purchased over assault rifles on the regular. Boosts the SAW-80 to 7000 credits instead of 6000. ## Why It's Good For The Game This was not intended to be sold as the SMR-80 but better. ## Changelog :cl: balance: SAW-80 is more expensive. /:cl: --- code/modules/cargo/packs/gun.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cargo/packs/gun.dm b/code/modules/cargo/packs/gun.dm index 10633c72dd7d..24c871a13bd9 100644 --- a/code/modules/cargo/packs/gun.dm +++ b/code/modules/cargo/packs/gun.dm @@ -572,7 +572,7 @@ /datum/supply_pack/gun/saw80 name = "SAW-80 Squad Automatic Weapon" desc = "Contains one of the rarely-produced SAW-80 Squad Automatic Weapon platforms, exclusively for licensed buyers. Remember, short controlled bursts!" - cost = 6000 + cost = 7000 contains = list(/obj/item/storage/guncase/saw80) crate_name = "LMG crate" faction = /datum/faction/syndicate/scarborough_arms