diff agent.pl @ 344:20b8826655ab

academy for level 12 is enough
author "Rex Tsai <chihchun@kalug.linux.org.tw>"
date Thu, 12 Feb 2009 21:15:16 +0800
parents fe740b1c6f94
children b74e3a838b58
line wrap: on
line diff
--- a/agent.pl	Thu Feb 12 21:14:47 2009 +0800
+++ b/agent.pl	Thu Feb 12 21:15:16 2009 +0800
@@ -40,7 +40,6 @@
 sub is_academy_enough {
     my ($self, $city) = @_;
     return ($city->{buildings}->{academy} >= 12 ?  1 : 0);
-# return ($city->{buildings}->{academy} >= 16 ?  1 : 0);
 }
 
 sub is_embassy_enough {