# HG changeset patch # User "Rex Tsai " # Date 1233150707 -28800 # Node ID 4cf62bfa4cbdf7ae56764e5576ac26c7af5f3975 # Parent d3bcdaa0180c2bc4a44b716dd45c1416497ec706 changed the level of shipyard diff -r d3bcdaa0180c -r 4cf62bfa4cbd agent.pl --- a/agent.pl Mon Jan 26 00:24:35 2009 +0800 +++ b/agent.pl Wed Jan 28 21:51:47 2009 +0800 @@ -270,7 +270,7 @@ my ($self, $city) = @_; return 0 if(!defined($city->{buildings}->{shipyard})); if ($self->is_paddlewheelengine_researched() eq 1) { - return ($city->{buildings}->{shipyard} >= 10 ? 1 : 0); + return ($city->{buildings}->{shipyard} >= 16 ? 1 : 0); } elsif ($self->is_greekfire_researched() eq 1) { return ($city->{buildings}->{shipyard} >= 5 ? 1 : 0); } else {