From 468088f402d7e56f9dad49f4009a8d86159551bd Mon Sep 17 00:00:00 2001 From: matttheficus <57759731+matttheficus@users.noreply.github.com> Date: Thu, 15 Jun 2023 16:23:02 -0400 Subject: [PATCH] you get a mag and YOU get a mag and YOU get a mag (#21300) --- code/datums/uplink_items/uplink_general.dm | 6 +++--- code/game/objects/items/weapons/storage/uplink_kits.dm | 9 +++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/code/datums/uplink_items/uplink_general.dm b/code/datums/uplink_items/uplink_general.dm index 4e8540d9dc0..d84313ec488 100644 --- a/code/datums/uplink_items/uplink_general.dm +++ b/code/datums/uplink_items/uplink_general.dm @@ -163,10 +163,10 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) category = "Highly Visible and Dangerous Weapons" /datum/uplink_item/dangerous/pistol - name = "FK-69 Pistol" + name = "FK-69 Pistol Kit" reference = "SPI" - desc = "A small, easily concealable handgun that uses 10mm auto rounds in 8-round magazines and is compatible with suppressors." - item = /obj/item/gun/projectile/automatic/pistol + desc = "A box containing a small, easily concealable handgun and two eight-round magazines chambered in 10mm auto rounds. Compatible with suppressors." + item = /obj/item/storage/box/syndie_kit/stechkin cost = 4 /datum/uplink_item/dangerous/revolver diff --git a/code/game/objects/items/weapons/storage/uplink_kits.dm b/code/game/objects/items/weapons/storage/uplink_kits.dm index efa2859eb92..765b61c5f7e 100644 --- a/code/game/objects/items/weapons/storage/uplink_kits.dm +++ b/code/game/objects/items/weapons/storage/uplink_kits.dm @@ -365,3 +365,12 @@ To apply, hold the injector a short distance away from the outer thigh before ap /obj/item/storage/box/syndie_kit/revolver/populate_contents() new /obj/item/gun/projectile/revolver(src) new /obj/item/ammo_box/a357(src) + +/obj/item/storage/box/syndie_kit/stechkin + name = "\improper FK-69 Stechkin kit" + desc = "A box marked with Neo-Russkiyan characters. It appears to contain a 10mm pistol and two magazines." + +/obj/item/storage/box/syndie_kit/stechkin/populate_contents() + new /obj/item/gun/projectile/automatic/pistol(src) + new /obj/item/ammo_box/magazine/m10mm(src) + new /obj/item/ammo_box/magazine/m10mm(src)