X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/53663289d87a1a07c0ff8789776029cd554fa293..ffc7dd1d5f9a1b703991994df40620408a9c9ccd:/sc.plp diff --git a/sc.plp b/sc.plp index 7f40dd2..a857884 100644 --- a/sc.plp +++ b/sc.plp @@ -283,6 +283,9 @@ sub showrange { !$_->{attack}->[1] ? () : ( '', showattack($_, 1), '' ), + !$_->{attack}->[2] ? () : ( + '', showattack($_, 2), '' + ), "\n" ); }