diff warfare.pl @ 236:cf08e01f5713

merged.
author "Rex Tsai <chihchun@kalug.linux.org.tw>"
date Thu, 06 Nov 2008 20:36:24 +0800
parents 978a949602e5
children 64549ddddf4a
line wrap: on
line diff
--- a/warfare.pl	Thu Nov 06 20:32:52 2008 +0800
+++ b/warfare.pl	Thu Nov 06 20:36:24 2008 +0800
@@ -77,6 +77,7 @@
         my $sheep = $city->user;
         my $island = $city->island;
 
+        # TODO update sheep and island information.
 
         # we don't fight friends.
         # FIXME: This is very dirty for accessing to $::i directly.