From 7a40f1f224a88326e17fe5ce1a2e7059ebf93ef4 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Fri, 19 Jun 2015 03:09:27 +0200 Subject: [PATCH] sc: indicate multiple hits by prefixing damage by multiplier --- sc.plp | 1 + 1 file changed, 1 insertion(+) diff --git a/sc.plp b/sc.plp index c8be6c7..69b6a51 100644 --- a/sc.plp +++ b/sc.plp @@ -133,6 +133,7 @@ sub showrange { ($damage, $maxdamage) = ($damage->[0], $upattack->{damage} // $damage->[-1]) if ref $damage; + $out .= "$attack->{count}× " if $attack->{count} > 1; $out .= showrange($damage, $maxdamage); $out .= sprintf('%s', $attack->{splash} eq 'line' ? ('linear', '×') : ('splash', '+') -- 2.30.0