X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/1fcc0d8d5a8c54a917c862ffea4bd41a723360ad..1cb822295129412ecabcac689b469a35d619724a:/sc-units.inc.pl diff --git a/sc-units.inc.pl b/sc-units.inc.pl index 76223d5..06ec25e 100644 --- a/sc-units.inc.pl +++ b/sc-units.inc.pl @@ -231,7 +231,14 @@ attack => { }, sight => 7, speed => 15, -cloak => 1, +special => [ + { + name => 'Cloaked', + abbr => 'cl', + desc => 'cloaked at all times', + duration => -1, + }, +], }, { @@ -317,7 +324,7 @@ special => [ desc => 'permanently gives you control over any unit', range => 8, cost => 150, - duration => -1, + duration => 0, }, { name => 'Maelstrom', @@ -671,7 +678,14 @@ upgrade => [ speed => 13 - 9, }, ], -cloak => 1, +special => [ + { + name => 'Cloaked', + abbr => 'cl', + desc => 'cloaked at all times', + duration => -1, + }, +], }, { @@ -1002,7 +1016,7 @@ special => [ desc => 'reduces the sight of target unit to 1', range => 9, cost => 75, - duration => -1, + duration => 0, }, ], }, @@ -1116,7 +1130,6 @@ special => [ range => 12, }, speed => 0, - duration => -1, }, ], },