From: Mischa POSLAWSKY Date: Fri, 19 Jun 2015 06:16:16 +0000 (+0200) Subject: sc: link between different include versions X-Git-Tag: v1.8~129 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/d6d025d26de5282bb1fdde360d10bc0a82b5c1b4 sc: link between different include versions --- diff --git a/sc.plp b/sc.plp index 237ba71..48cb282 100644 --- a/sc.plp +++ b/sc.plp @@ -47,7 +47,12 @@ die "Cannot open unit data: $_\n" for $@ || $! || (); my $patch = shift @{$units} or die "Cannot open unit data: metadata not found\n"; -print "

Unit properties as seen or measured in $scver{name}\n$patch.\n

\n\n"; +print "

Unit properties as seen or measured in $scver{name}\n$patch.\n"; +print "Also see the $_ table.\n" for join(', ', + ('StarCraft 2: HotS') x ($scver{major} < 2), + ('original SC: Brood War') x ($scver{major} > 1), +); +print "

\n\n"; sub addupgrade { my ($ref, $increase) = @_;