# HG changeset patch # User "Rex Tsai " # Date 1225358720 -28800 # Node ID f8c97e5d77ab270eb3eefaa521f9756b2ff71d40 # Parent 6043e9bfdeefa29403473d826768c79f48299366 translated comments. diff -r 6043e9bfdeef -r f8c97e5d77ab warfare.pl --- a/warfare.pl Thu Oct 30 16:19:45 2008 +0800 +++ b/warfare.pl Thu Oct 30 17:25:20 2008 +0800 @@ -60,7 +60,7 @@ my $sheep = $city->user; my $island = $city->island; - # Ignore 假期模式 + # Ignore the user in vacation which we can not attack. next if($city->status eq 'v'); unless ($city->status eq 'i') { unless (!defined($sheep->allyId) || $sheep->allyId == 0) {