changeset 124:f8c97e5d77ab

translated comments.
author "Rex Tsai <chihchun@kalug.linux.org.tw>"
date Thu, 30 Oct 2008 17:25:20 +0800
parents 6043e9bfdeef
children 4374173bab47
files warfare.pl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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) {