changeset 322:4cf62bfa4cbd

changed the level of shipyard
author "Rex Tsai <chihchun@kalug.linux.org.tw>"
date Wed, 28 Jan 2009 21:51:47 +0800
parents d3bcdaa0180c
children 3c6e78faa0d4
files agent.pl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 {