From cbee6d46e9cc3a3f18ff07240907007fcff6d326 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 26 Aug 2023 19:52:55 +0200 Subject: [PATCH] [MIRROR] [NO GBP] Makes sure that ops buying the CQC Equipment Case actually get the case, not just the CQC book [MDB IGNORE] (#23343) * [NO GBP] Makes sure that ops buying the CQC Equipment Case actually get the case, not just the CQC book (#77922) ## About The Pull Request The CQC entry in the nuclear operative uplink was incorrectly only giving the op the book. This fixes this. ## Why It's Good For The Game Please use the issue tracker for reporting bugs, I beg you! ## Changelog :cl: fix: Ops wanting to get the CQC kit will actually get given the kit, and not just the CQC book. /:cl: * [NO GBP] Makes sure that ops buying the CQC Equipment Case actually get the case, not just the CQC book --------- Co-authored-by: necromanceranne <40847847+necromanceranne@users.noreply.github.com> --- code/modules/uplink/uplink_items/nukeops.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/uplink/uplink_items/nukeops.dm b/code/modules/uplink/uplink_items/nukeops.dm index f03bbe6a5d3..e6b6724306c 100644 --- a/code/modules/uplink/uplink_items/nukeops.dm +++ b/code/modules/uplink/uplink_items/nukeops.dm @@ -334,7 +334,7 @@ /datum/uplink_item/weapon_kits/high_cost/cqc name = "CQC Equipment Case (Very Hard)" desc = "Contains a manual that instructs you in the ways of CQC, or Close Quarters Combat. Comes with a stealth implant and a snazzy bandana (and a hat stabilizer to go with it)." - item = /obj/item/book/granter/martial/cqc + item = /obj/item/storage/toolbox/guncase/cqc purchasable_from = UPLINK_NUKE_OPS | UPLINK_CLOWN_OPS surplus = 0