From a19e2cc4ef41513ac30febda59b7a772ce06adaf Mon Sep 17 00:00:00 2001 From: Octus <62493359+OctusGit@users.noreply.github.com> Date: Thu, 23 Mar 2023 06:38:17 -0500 Subject: [PATCH] Freedom Implant is now 5 TC instead of 6 TC (#20425) * ITS TOO EZ * CMON MAN ITS TOO EZ --- code/datums/uplink_item.dm | 2 +- code/game/objects/items/weapons/storage/uplink_kits.dm | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 34a02d5fc18..2eae5c4e197 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -1613,7 +1613,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) desc = "A bio-chip injected into the body and later activated manually to break out of any restraints or grabs. Can be activated up to 4 times." reference = "FI" item = /obj/item/implanter/freedom - cost = 6 + cost = 5 /datum/uplink_item/implants/uplink name = "Uplink Bio-chip" diff --git a/code/game/objects/items/weapons/storage/uplink_kits.dm b/code/game/objects/items/weapons/storage/uplink_kits.dm index 94a2122a39b..efa2859eb92 100644 --- a/code/game/objects/items/weapons/storage/uplink_kits.dm +++ b/code/game/objects/items/weapons/storage/uplink_kits.dm @@ -18,7 +18,7 @@ /obj/item/chameleon, // 7TC /obj/item/encryptionkey/syndicate) // 2TC - var/static/list/agent13 = list( // 37TC + var/static/list/agent13 = list( // 36TC /obj/item/clothing/under/chameleon, // 1TC /obj/item/card/id/syndicate, // 2TC /obj/item/gun/projectile/automatic/pistol, // 4TC @@ -28,7 +28,7 @@ /obj/item/twohanded/garrote, // 6TC /obj/item/door_remote/omni/access_tuner, // 6TC /obj/item/clothing/glasses/chameleon/thermal, // 6TC - /obj/item/implanter/freedom, // 6TC + /obj/item/implanter/freedom, // 5TC /obj/item/coin/gold, // 0TC /obj/item/encryptionkey/syndicate) // 2TC @@ -81,8 +81,8 @@ /obj/item/thermal_drill/diamond_drill, // 1TC /obj/item/encryptionkey/syndicate) // 2TC - var/static/list/implant = list( // 41TC - /obj/item/implanter/freedom, // 6TC + var/static/list/implant = list( // 40TC + /obj/item/implanter/freedom, // 5TC /obj/item/implanter/uplink, // 14TC (ten free TC) /obj/item/implanter/emp, // 1TC /obj/item/implanter/adrenalin, // 8TC