changeset 350:85c17a9245e3

refined the sheep rules
author "Rex Tsai <chihchun@kalug.linux.org.tw>"
date Sun, 15 Feb 2009 02:09:47 +0800
parents b245f259776f
children 1105914c1b74
files sheep.pl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sheep.pl	Sat Feb 14 04:44:13 2009 +0800
+++ b/sheep.pl	Sun Feb 15 02:09:47 2009 +0800
@@ -75,8 +75,8 @@
                 }
             }
 
-            next if($c->citylevel le 10);
-            next if($c->risk ge 30);
+            next if($c->citylevel le 5);
+            next if($c->risk ge 50);
             my $island = Ikariam::Island->retrieve($c->island);