# HG changeset patch # User "Rex Tsai " # Date 1234634987 -28800 # Node ID 85c17a9245e324361a3c809f142fe070d8f44e78 # Parent b245f259776f1aedbb794b23e32fbdfc9a1faebb refined the sheep rules diff -r b245f259776f -r 85c17a9245e3 sheep.pl --- 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);