From 5e43681845f6ef44275e8fd09f3fec8b65b469c5 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 30 Jun 2015 17:12:50 +0200 Subject: [PATCH] sc: fix corsair ability properties Cost was never converted from percentage range to absolute value. --- sc-units-bw.inc.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sc-units-bw.inc.pl b/sc-units-bw.inc.pl index b79ce65..4005280 100644 --- a/sc-units-bw.inc.pl +++ b/sc-units-bw.inc.pl @@ -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'], -- 2.30.0