X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=top100.pl;h=455312c810e70f92b2e375ebc05a34a42095b7c0;hb=870325485adff6e11c7d43fd9a3146f943ab735b;hp=20b0bd1f8c8b582282f30444b997a53742320732;hpb=9e7bc0a25ae14affe960a0606d0542677c51abd7;p=ndwebbie.git diff --git a/top100.pl b/top100.pl index 20b0bd1..455312c 100644 --- a/top100.pl +++ b/top100.pl @@ -68,9 +68,9 @@ while (my ($id,$coords,$ruler,$planet,$race,$size,$score,$value,$xp,$sizerank,$s $planet{Relationship} = $relationship; $planet{isHC} = 1; } + $i++; $planet{ODD} = $i % 2; push @planets,\%planet; - $i++; } $BODY->param(Planets => \@planets);