# HG changeset patch # User "Rex Tsai " # Date 1234077531 -28800 # Node ID 3c6e78faa0d45e1c1e24a97cca6de0e4d2253d21 # Parent 4cf62bfa4cbdf7ae56764e5576ac26c7af5f3975 we don't need embassy diff -r 4cf62bfa4cbd -r 3c6e78faa0d4 agent.pl --- 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); }