changeset 351:1105914c1b74

merged
author "Rex Tsai <chihchun@kalug.linux.org.tw>"
date Sun, 15 Feb 2009 02:10:11 +0800
parents 85c17a9245e3 (diff) 161fba9ef6ba (current diff)
children 6c03c2c80429
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sheep.pl	Sat Feb 14 23:09:27 2009 +0800
+++ b/sheep.pl	Sun Feb 15 02:10:11 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);