comparison 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
comparison
equal deleted inserted replaced
92:bcd2e32cfabb 93:73f0a1cafc23
52 } else { 52 } else {
53 # 依照距離列表 53 # 依照距離列表
54 foreach my $island (@islands) 54 foreach my $island (@islands)
55 { 55 {
56 printf("%d [%d:%d] %s %s http://%s/index.php?view=island&id=%d%s\n", 56 printf("%d [%d:%d] %s %s http://%s/index.php?view=island&id=%d%s\n",
57 (abs($x-$island->x) + abs($y-$island->y)), 57 (abs($x-$island->x) + abs($y-$island->y)), # minutes ?
58 $island->x, $island->y, 58 $island->x, $island->y,
59 $tradegoodText[$island->tradegood], 59 $tradegoodText[$island->tradegood],
60 $wonderText[$island->wonder], 60 $wonderText[$island->wonder],
61 $::server, 61 $::server,
62 $island->id, 62 $island->id,