From: Mischa POSLAWSKY Date: Sat, 20 Jun 2015 04:07:04 +0000 (+0200) Subject: sc: tertiary attack row X-Git-Tag: v1.8~117 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/ffc7dd1d5f9a1b703991994df40620408a9c9ccd sc: tertiary attack row --- 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" ); }