From: Mischa POSLAWSKY Date: Tue, 30 Jun 2015 15:54:55 +0000 (+0200) Subject: sc: fix upgraded attack cooldown for bw zergling X-Git-Tag: v1.8~83 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/bc9880bcc09c8eb2fade78b8e8677697aa7f4fa9 sc: fix upgraded attack cooldown for bw zergling --- 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, }, ], },