From dcce4a0651ee83854d31320fe97eecdee043abfb Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 18 Mar 2023 11:18:16 +0100 Subject: [PATCH] [MIRROR] Changes value of syndicate briefcase with cash from 5 to 3. [MDB IGNORE] (#19927) * Changes value of syndicate briefcase with cash from 5 to 3. (#73797) ## About The Pull Request Changes price of syndicate briefcase full of cash from 5 to 3 tc. Returns its price to the original one. So i never saw anyone buy that thing, probably because of it's cost, you can buy a bag with x-4 for 4 tc and a mini-bomb for 6 tc, and 5k of cash for 5 tc? Like why? It's useless in most cases. And you hardly ever use that much money, unless you want to order custom shuttle like Monastery or something like that, and even then you cant do it normally because of its price in 5 tc. And as kopoba mentioned in comments crab protocol is worth of 7 tc and gets you even bigger amount of money. ## Why It's Good For The Game This item will be used at least. Sometimes... ## Changelog :cl: balance: Syndicate briefcase full of cash is now worth of 3 tc instead of 5. Better than nothing /:cl: * Changes value of syndicate briefcase with cash from 5 to 3. --------- Co-authored-by: Helg2 <93882977+Helg2@users.noreply.github.com> --- code/modules/uplink/uplink_items/badass.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/uplink/uplink_items/badass.dm b/code/modules/uplink/uplink_items/badass.dm index 7e8ec01edde..6c48c51226b 100644 --- a/code/modules/uplink/uplink_items/badass.dm +++ b/code/modules/uplink/uplink_items/badass.dm @@ -40,7 +40,7 @@ and services at lucrative prices. The briefcase also feels a little heavier to hold; it has been \ manufactured to pack a little bit more of a punch if your client needs some convincing." item = /obj/item/storage/secure/briefcase/syndie - cost = 5 + cost = 3 progression_minimum = 5 MINUTES restricted = TRUE illegal_tech = FALSE