From bc9880bcc09c8eb2fade78b8e8677697aa7f4fa9 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 30 Jun 2015 17:54:55 +0200 Subject: [PATCH] sc: fix upgraded attack cooldown for bw zergling --- sc-units-bw.inc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc-units-bw.inc.pl b/sc-units-bw.inc.pl index 4005280..d58c30e 100644 --- a/sc-units-bw.inc.pl +++ b/sc-units-bw.inc.pl @@ -1744,7 +1744,7 @@ upgrade => [ build => 80, attack => [ { - cooldown => 6 / $FPS, + cooldown => (6 - 8) / $FPS, }, ], }, -- 2.30.0