X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/a52ae5113c5e53c242e38c1805e97888840ebc50..bda31c6e71685413018bc60c274277205a8855a2:/sc.plp diff --git a/sc.plp b/sc.plp index e0465ba..e784cbd 100644 --- a/sc.plp +++ b/sc.plp @@ -38,7 +38,7 @@ my $datafile = "sc-units-$Request"; Html({ title => "$scver{title} unit cheat sheet", - version => '1.3', + version => '1.4', description => [ "Reference of $scver{game} unit properties," . " comparing various statistics of all the units in $scver{name}" @@ -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}" : '',