Mercurial > eagle-eye
changeset 354:72df6f5bd05d
watting two nay fights
author | "Rex Tsai <chihchun@kalug.linux.org.tw>" |
---|---|
date | Sun, 15 Feb 2009 14:21:07 +0800 |
parents | 6c03c2c80429 |
children | 84311fc6fe35 |
files | planner.pl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/planner.pl Sun Feb 15 14:20:25 2009 +0800 +++ b/planner.pl Sun Feb 15 14:21:07 2009 +0800 @@ -61,7 +61,7 @@ # NAVY my $city = LoadFile(sprintf("city-%s-dump.yaml", $navyCity)); -$city->{distance} = travelTime($targetCity->island->x, $targetCity->island->y, $city->{island}->{x}, $city->{island}->{y}, 33) + 25; +$city->{distance} = travelTime($targetCity->island->x, $targetCity->island->y, $city->{island}->{x}, $city->{island}->{y}, 33) + 45; $city->{type} = "navy"; push (@cities, $city);