From b7bd2afac97ec4492ead1936131dd6a17111c1c7 Mon Sep 17 00:00:00 2001 From: NovaBot <154629622+NovaBot13@users.noreply.github.com> Date: Mon, 20 May 2024 14:30:57 -0400 Subject: [PATCH] [MIRROR] Fixed spies having a duplicate elite syndicate modsuit (#2580) * Fixed spies having a duplicate elite syndicate modsuit (#83336) ## About The Pull Request As the title says. These are the uplink items exclusive to traitor uplinks. Spies already get a variant of the hardsuit based on the nukie variant of this uplink item. ## Why It's Good For The Game An uplink should have access to one or the other, not both. ## Changelog :cl: fix: Fixed spies having a slightly increased chance of getting a different cost model for the elite syndicate hardsuit /:cl: --------- Co-authored-by: Watermelon914 <3052169-Watermelon914@users.noreply.gitlab.com> * Fixed spies having a duplicate elite syndicate modsuit --------- Co-authored-by: Watermelon914 <37270891+Watermelon914@users.noreply.github.com> Co-authored-by: Watermelon914 <3052169-Watermelon914@users.noreply.gitlab.com> Co-authored-by: NovaBot13 --- code/modules/uplink/uplink_items/suits.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/uplink/uplink_items/suits.dm b/code/modules/uplink/uplink_items/suits.dm index 57982a8cf98..8e721274482 100644 --- a/code/modules/uplink/uplink_items/suits.dm +++ b/code/modules/uplink/uplink_items/suits.dm @@ -70,6 +70,6 @@ provides the user with superior armor and mobility compared to the standard Syndicate MODsuit." item = /obj/item/mod/control/pre_equipped/traitor_elite // This one costs more than the nuke op counterpart - purchasable_from = ~(UPLINK_NUKE_OPS | UPLINK_CLOWN_OPS) + purchasable_from = ~(UPLINK_NUKE_OPS | UPLINK_CLOWN_OPS | UPLINK_SPY) progression_minimum = 90 MINUTES cost = 16