# HG changeset patch # User "Rex Tsai " # Date 1234557853 -28800 # Node ID b245f259776f1aedbb794b23e32fbdfc9a1faebb # Parent b74e3a838b5824edbe5e0aab3edd12a1eaf5ccd5 ignore low level and high risk cities diff -r b74e3a838b58 -r b245f259776f sheep.pl --- a/sheep.pl Sat Feb 14 03:02:46 2009 +0800 +++ b/sheep.pl Sat Feb 14 04:44:13 2009 +0800 @@ -75,6 +75,8 @@ } } + next if($c->citylevel le 10); + next if($c->risk ge 30); my $island = Ikariam::Island->retrieve($c->island);