From 564cd1565483e3792bff802a8aaaa221db2bd8b8 Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Mon, 28 Aug 2023 14:00:34 +0200 Subject: [PATCH] BIG SYNDICATE SALE (#22123) --- code/datums/uplink_items/uplink_general.dm | 4 ++-- code/datums/uplink_items/uplink_traitor.dm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/datums/uplink_items/uplink_general.dm b/code/datums/uplink_items/uplink_general.dm index e9675009fac..ee6669a04af 100644 --- a/code/datums/uplink_items/uplink_general.dm +++ b/code/datums/uplink_items/uplink_general.dm @@ -771,7 +771,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) desc = "Strong flavor, dense smoke, infused with omnizine." reference = "SYSM" item = /obj/item/storage/fancy/cigarettes/cigpack_syndicate - cost = 10 + cost = 7 /datum/uplink_item/badass/syndiecash name = "Syndicate Briefcase Full of Cash" @@ -794,7 +794,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) desc = "An awesome jacket to help you style on Nanotrasen with. The lining is made of a thin polymer to provide a small amount of armor. Does not provide any extra storage space." reference = "JCKT" item = /obj/item/clothing/suit/jacket/syndicatebomber - cost = 5 + cost = 3 /datum/uplink_item/bundles_TC category = "Bundles and Telecrystals" diff --git a/code/datums/uplink_items/uplink_traitor.dm b/code/datums/uplink_items/uplink_traitor.dm index 17c3d84b72e..61f723c271a 100644 --- a/code/datums/uplink_items/uplink_traitor.dm +++ b/code/datums/uplink_items/uplink_traitor.dm @@ -487,7 +487,7 @@ You can also play card games with them." reference = "SPC" item = /obj/item/deck/cards/syndicate - cost = 5 + cost = 2 excludefrom = list(UPLINK_TYPE_NUCLEAR, UPLINK_TYPE_SST) surplus = 40 @@ -496,7 +496,7 @@ desc = "A simple, plastic bag. Keep out of reach of small children, do not apply to head." reference = "PBAG" item = /obj/item/storage/bag/plasticbag - cost = 5 + cost = 1 excludefrom = list(UPLINK_TYPE_NUCLEAR, UPLINK_TYPE_SST) /datum/uplink_item/bundles_TC/contractor