X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/3cea0c12d3af9e81ce4999ecb1334221cb6d38fe..41df7258842a3bdfbf6ed51ba5ff4d077e7bad5f:/sc.plp diff --git a/sc.plp b/sc.plp index 3c19fce..4ad48a3 100644 --- a/sc.plp +++ b/sc.plp @@ -251,7 +251,10 @@ sub showrangeint { my $specials = $row->{special} or return ''; return join ' ', map { sprintf '%s', - $_->{duration} < 0 && ' class="magic-perma"', + join('', + $_->{duration} < 0 && ' class="magic-perma"', + $_->{detect} && ' class="unit-detect"', + ), join('', $_->{name} // $_->{alt}, $_->{desc} ? ": $_->{desc}" : '', @@ -278,7 +281,7 @@ sub showrangeint { $_->{transform}, ) : !defined $_->{build} ? '' : sprintf('%s%.0f', - defined $_->{warp} && qq(title="$_->{build} without warpgate"), + defined $_->{warp} && sprintf(' title="%.0f without warpgate"', $_->{build}), !!$_->{base} && sprintf( '+', 'from '.join('+', @{ $_->{base} }),