From 0fa615acec0a9091d639cfc204b840c676d711a7 Mon Sep 17 00:00:00 2001 From: DynaJ0ule <117537167+DynaJ0ule@users.noreply.github.com> Date: Mon, 6 Feb 2023 12:41:12 -0500 Subject: [PATCH] TC nerfs acroos the board, keep some differences --- code/datums/components/uplink.dm | 2 +- code/game/gamemodes/nuclear/nuclear.dm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/datums/components/uplink.dm b/code/datums/components/uplink.dm index a8e03946..2752517d 100644 --- a/code/datums/components/uplink.dm +++ b/code/datums/components/uplink.dm @@ -28,7 +28,7 @@ GLOBAL_LIST_EMPTY(uplinks) var/compact_mode = FALSE var/debug = FALSE -/datum/component/uplink/Initialize(_owner, _lockable = TRUE, _enabled = FALSE, datum/game_mode/_gamemode, starting_tc = 20, datum/ui_state/_checkstate) +/datum/component/uplink/Initialize(_owner, _lockable = TRUE, _enabled = FALSE, datum/game_mode/_gamemode, starting_tc = 15, datum/ui_state/_checkstate) if(!isitem(parent)) return COMPONENT_INCOMPATIBLE diff --git a/code/game/gamemodes/nuclear/nuclear.dm b/code/game/gamemodes/nuclear/nuclear.dm index d97405ca..7f7f8e02 100644 --- a/code/game/gamemodes/nuclear/nuclear.dm +++ b/code/game/gamemodes/nuclear/nuclear.dm @@ -129,7 +129,7 @@ backpack_contents = list(/obj/item/storage/box/syndie=1,\ /obj/item/kitchen/knife/combat/survival) - var/tc = 25 + var/tc = 20 var/command_radio = FALSE var/uplink_type = /obj/item/uplink/nuclear @@ -192,4 +192,4 @@ /obj/item/gun/ballistic/automatic/pistol=1,\ /obj/item/kitchen/knife/combat/survival) - tc = 40 + tc = 25 //Lone ops had too much TC for a station with such low player count