sc: fix corsair ability properties
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 30 Jun 2015 15:12:50 +0000 (17:12 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 1 Jul 2015 17:32:34 +0000 (19:32 +0200)
Cost was never converted from percentage range to absolute value.

sc-units-bw.inc.pl

index b79ce6574b2cb4afdc4ef548bc133d57a07aa630..400528058766b99375a9603d8148da21ac3cb111 100644 (file)
@@ -485,8 +485,8 @@ special => [
                build => 80,
                desc => 'creates a field in which no ground unit/structure can attack',
                range => 9,
-               cost => 62-50,
-               duration => undef, #XXX
+               cost => 125,
+               duration => 24,
        },
 ],
 counter => ['devourer', 'valkyrie'],