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
This commit is contained in:
Tlaltecuhtli
2021-01-16 14:04:00 -05:00
committed by GitHub
parent bc83be06a7
commit 28101ec970
@@ -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.