mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
Freedom Implant is now 5 TC instead of 6 TC (#20425)
* ITS TOO EZ * CMON MAN ITS TOO EZ
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user