mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
[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 🆑 fix: Ops wanting to get the CQC kit will actually get given the kit, and not just the CQC book. /🆑 * [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>
This commit is contained in:
co-authored by
necromanceranne
parent
86149d9114
commit
cbee6d46e9
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user