diff freeland.pl @ 93:73f0a1cafc23

upgrade townHall first, then the wall.
author "Rex Tsai <chihchun@kalug.linux.org.tw>"
date Mon, 27 Oct 2008 11:06:11 +0800
parents f25d13153501
children dba0543daf36
line wrap: on
line diff
--- a/freeland.pl	Sun Oct 26 22:56:16 2008 +0800
+++ b/freeland.pl	Mon Oct 27 11:06:11 2008 +0800
@@ -54,7 +54,7 @@
     foreach my $island (@islands)
     {
         printf("%d [%d:%d] %s %s http://%s/index.php?view=island&id=%d%s\n",
-            (abs($x-$island->x) + abs($y-$island->y)),
+            (abs($x-$island->x) + abs($y-$island->y)), # minutes ?
             $island->x, $island->y,
             $tradegoodText[$island->tradegood],
             $wonderText[$island->wonder],