From c8dba42a4c163ab47ea4a1fa6756433481caad55 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 17 Jan 2021 13:39:19 +0100 Subject: [PATCH] [MIRROR] tweaks lrtbbq blackmarket thing cooldown timers (#2746) * tweaks lrtbbq blackmarket thing cooldown timers (#56176) when i asked chosen a while back why is this thing so slow he said he did math wrong as proof on comment in line 54: tier 4 was 120 instead of 20 processing ticks aka 60s instead of 10s he probably forgot about it so i ll pr it myself * tweaks lrtbbq blackmarket thing cooldown timers Co-authored-by: Tlaltecuhtli <33834933+Tlaltecuhtli@users.noreply.github.com> --- code/modules/cargo/blackmarket/blackmarket_telepad.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cargo/blackmarket/blackmarket_telepad.dm b/code/modules/cargo/blackmarket/blackmarket_telepad.dm index 76acd6398fd..320c0861b0f 100644 --- a/code/modules/cargo/blackmarket/blackmarket_telepad.dm +++ b/code/modules/cargo/blackmarket/blackmarket_telepad.dm @@ -27,7 +27,7 @@ /// Current recharge progress. var/recharge_cooldown = 0 /// Base recharge time in seconds which is used to get recharge_time. - var/base_recharge_time = 200 + var/base_recharge_time = 100 /// Current /datum/blackmarket_purchase being received. var/receiving /// Current /datum/blackmarket_purchase being sent to the target uplink.