changeset 323:3c6e78faa0d4

we don't need embassy
author "Rex Tsai <chihchun@kalug.linux.org.tw>"
date Sun, 08 Feb 2009 15:18:51 +0800
parents 4cf62bfa4cbd
children 7077be1a14d5
files agent.pl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/agent.pl	Wed Jan 28 21:51:47 2009 +0800
+++ b/agent.pl	Sun Feb 08 15:18:51 2009 +0800
@@ -45,6 +45,7 @@
 
 sub is_embassy_enough {
     my ($self, $city) = @_;
+    return 1;
     return ($city->{buildings}->{embassy} >= 1 ?  1 : 0);
     return ($city->{buildings}->{embassy} >= 6 ?  1 : 0);
 }