From 44d4d4a3299a994927c6b6557856136d49d2a0d5 Mon Sep 17 00:00:00 2001 From: Martinpachu Date: Sat, 15 Jun 2024 22:59:43 -0300 Subject: [PATCH 1/5] nerfd them --- code/modules/cargo/packs/gun.dm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/code/modules/cargo/packs/gun.dm b/code/modules/cargo/packs/gun.dm index 3424b48b941a..2b94adca309f 100644 --- a/code/modules/cargo/packs/gun.dm +++ b/code/modules/cargo/packs/gun.dm @@ -23,19 +23,19 @@ /datum/supply_pack/gun/commanders name = "Commander Pistol Crate" desc = "Contains a modified Candor 'Commander' pistol, produced by Nanotrasen and chambered in 9mm." - cost = 750 + cost = 1000 contains = list(/obj/item/gun/ballistic/automatic/pistol/commander) /datum/supply_pack/gun/makarovs name = "Stechkin Pistol Crate" desc = "Contains a concealable stechkin pistol, produced by Scarborough Arms and chambered in 10mm." - cost = 1000 + cost = 1250 contains = list(/obj/item/gun/ballistic/automatic/pistol) /datum/supply_pack/gun/candors name = "Candor Pistol Crate" desc = "Contains a Candor pistol, the trusty sidearm of any spacer, produced by Hunter's Pride and chambered in .45 ACP." - cost = 1000 + cost = 1250 contains = list(/obj/item/gun/ballistic/automatic/pistol/candor) /datum/supply_pack/gun/pepperbox @@ -165,27 +165,27 @@ /datum/supply_pack/gun/cobra20 name = "Cobra-20 SMG Crate" desc = "Contains a .45 submachine gun, manufactured by Scaraborough Arms and chambered in .45" - cost = 3000 + cost = 6000 contains = list(/obj/item/gun/ballistic/automatic/smg/c20r/cobra) crate_name = "SMG crate" /datum/supply_pack/gun/wt550 name = "WT-550 Auto Rifle Crate" desc = "Contains a high-powered, automatic personal defense weapon chambered in 4.6x30mm." - cost = 4000 + cost = 8000 contains = list(/obj/item/gun/ballistic/automatic/smg/wt550) crate_name = "auto rifle crate" /datum/supply_pack/gun/p16 name = "P16 Assault Rifle Crate" desc = "Contains a high-powered, automatic rifle chambered in 5.56mm." - cost = 5000 + cost = 10000 contains = list(/obj/item/gun/ballistic/automatic/assault/p16) crate_name = "auto rifle crate" /datum/supply_pack/gun/skm name = "SKM-24 Rifle Crate" desc = "Contains a high-powered, automatic rifle chambered in 7.62x40mm CLIP." - cost = 5000 + cost = 1000 contains = list(/obj/item/gun/ballistic/automatic/assault/skm) crate_name = "auto rifle crate" From 7ac44a222f81dd7c2acb40d352cd079613fda232 Mon Sep 17 00:00:00 2001 From: Martinpachu Date: Sun, 16 Jun 2024 00:22:04 -0300 Subject: [PATCH 2/5] equalizes wt and cobra --- 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 2b94adca309f..1a51e1707cbc 100644 --- a/code/modules/cargo/packs/gun.dm +++ b/code/modules/cargo/packs/gun.dm @@ -172,7 +172,7 @@ /datum/supply_pack/gun/wt550 name = "WT-550 Auto Rifle Crate" desc = "Contains a high-powered, automatic personal defense weapon chambered in 4.6x30mm." - cost = 8000 + cost = 6000 contains = list(/obj/item/gun/ballistic/automatic/smg/wt550) crate_name = "auto rifle crate" From a1e0abe9d6e17210a7e35eef1411ab04f70d24ef Mon Sep 17 00:00:00 2001 From: Martinpachu Date: Sun, 16 Jun 2024 00:31:58 -0300 Subject: [PATCH 3/5] Update gun.dm --- 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 1a51e1707cbc..519000ba927d 100644 --- a/code/modules/cargo/packs/gun.dm +++ b/code/modules/cargo/packs/gun.dm @@ -186,6 +186,6 @@ /datum/supply_pack/gun/skm name = "SKM-24 Rifle Crate" desc = "Contains a high-powered, automatic rifle chambered in 7.62x40mm CLIP." - cost = 1000 + cost = 10000 contains = list(/obj/item/gun/ballistic/automatic/assault/skm) crate_name = "auto rifle crate" From 6d34d060230d3578baccbeb6c4f3661d500178b0 Mon Sep 17 00:00:00 2001 From: Martinpachu <86135885+Martinpachu@users.noreply.github.com> Date: Sat, 29 Jun 2024 21:13:29 -0300 Subject: [PATCH 4/5] Update code/modules/cargo/packs/gun.dm Co-authored-by: Theos Signed-off-by: Martinpachu <86135885+Martinpachu@users.noreply.github.com> --- 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 e86a248e7d43..37c19cf5144e 100644 --- a/code/modules/cargo/packs/gun.dm +++ b/code/modules/cargo/packs/gun.dm @@ -186,6 +186,6 @@ /datum/supply_pack/gun/skm name = "SKM-24 Rifle Crate" desc = "Contains a high-powered, automatic rifle chambered in 7.62x40mm CLIP." - cost = 1000 + cost = 10000 contains = list(/obj/item/storage/guncase/skm) crate_name = "auto rifle crate" From 39e26dff0e1f279f0de2f7966bc50e912536059d Mon Sep 17 00:00:00 2001 From: Martinpachu Date: Sat, 29 Jun 2024 23:23:03 -0300 Subject: [PATCH 5/5] rifle --- code/modules/cargo/packs/gun.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/cargo/packs/gun.dm b/code/modules/cargo/packs/gun.dm index 37c19cf5144e..63859dbaa8e8 100644 --- a/code/modules/cargo/packs/gun.dm +++ b/code/modules/cargo/packs/gun.dm @@ -179,13 +179,13 @@ /datum/supply_pack/gun/p16 name = "P16 Assault Rifle Crate" desc = "Contains a high-powered, automatic rifle chambered in 5.56mm." - cost = 10000 + cost = 9000 contains = list(/obj/item/storage/guncase/p16) crate_name = "auto rifle crate" /datum/supply_pack/gun/skm name = "SKM-24 Rifle Crate" desc = "Contains a high-powered, automatic rifle chambered in 7.62x40mm CLIP." - cost = 10000 + cost = 9000 contains = list(/obj/item/storage/guncase/skm) crate_name = "auto rifle crate"