X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0b8bef5d90f31a47aa1fc1d19c7508064bc76ec1..9cdf17f81bc6b6b16d82f48e1f8ae04c9f0886a7:/sc.plp diff --git a/sc.plp b/sc.plp index 3c018e5..e0465ba 100644 --- a/sc.plp +++ b/sc.plp @@ -278,7 +278,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} }), @@ -356,12 +356,11 @@ sub showrangeint { $_->{attr}->{jump} && qq'↕', '' . showmagic($_), - !$_->{attack}->[1] ? () : ( - '', showattack($_, 1), '' - ), - !$_->{attack}->[2] ? () : ( - '', showattack($_, 2), '' - ), + (map {( + '', + showattack($row, $_), + '', + )} 1 .. $#{ $_->{attack} }), "\n" ); }