From d6d025d26de5282bb1fdde360d10bc0a82b5c1b4 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Fri, 19 Jun 2015 08:16:16 +0200 Subject: [PATCH] sc: link between different include versions --- sc.plp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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) = @_; -- 2.30.0