From 51589b3cc79af6b954670ea85508da83d67e4349 Mon Sep 17 00:00:00 2001 From: ThePooba <81843097+ThePooba@users.noreply.github.com> Date: Fri, 30 Aug 2024 14:24:38 -0600 Subject: [PATCH] Edited some nukeops stuff for balance --- code/game/objects/items/storage/backpack.dm | 1 + code/modules/uplink/uplink_items/nukeops.dm | 2 +- monkestation/code/modules/blueshift/items/gunset.dm | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/storage/backpack.dm b/code/game/objects/items/storage/backpack.dm index 04da84f41e4a..a324dddaca25 100644 --- a/code/game/objects/items/storage/backpack.dm +++ b/code/game/objects/items/storage/backpack.dm @@ -678,6 +678,7 @@ desc = "A large duffel bag containing a C-20r, some magazines, and a cheap looking suppressor." /obj/item/storage/backpack/duffelbag/syndie/c20rbundle/PopulateContents() + new /obj/item/ammo_box/magazine/smgm45(src) new /obj/item/ammo_box/magazine/smgm45(src) new /obj/item/ammo_box/magazine/smgm45(src) new /obj/item/gun/ballistic/automatic/c20r(src) diff --git a/code/modules/uplink/uplink_items/nukeops.dm b/code/modules/uplink/uplink_items/nukeops.dm index 61adf5f39b9c..b4dc2d8dc4de 100644 --- a/code/modules/uplink/uplink_items/nukeops.dm +++ b/code/modules/uplink/uplink_items/nukeops.dm @@ -108,7 +108,7 @@ desc = "A fully-loaded Scarborough Arms bullpup submachine gun. The C-20r fires .45 rounds with a \ 24-round magazine and is compatible with suppressors." item = /obj/item/gun/ballistic/automatic/c20r - cost = 13 + cost = 10 surplus = 40 purchasable_from = UPLINK_NUKE_OPS diff --git a/monkestation/code/modules/blueshift/items/gunset.dm b/monkestation/code/modules/blueshift/items/gunset.dm index 29dd9351ed16..ded99506d8fd 100644 --- a/monkestation/code/modules/blueshift/items/gunset.dm +++ b/monkestation/code/modules/blueshift/items/gunset.dm @@ -45,7 +45,7 @@ new weapon_to_spawn (src) for(var/i in 1 to 2) new extra_to_spawn (src) - new /obj/item/ammo_box/a40mm/rubber (src) + new /obj/item/ammo_box/a40mm (src) /obj/item/storage/toolbox/guncase/rocketlauncher name = "rocket launcher gun case"