Author: sveinung
Date: Wed Feb 25 08:12:04 2015
New Revision: 28307

URL: http://svn.gna.org/viewcvs/freeciv?rev=28307&view=rev
Log:
Allow the orders system to order a unit to pillage.

See patch #5861

Modified:
    trunk/server/unithand.c

Modified: trunk/server/unithand.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/server/unithand.c?rev=28307&r1=28306&r2=28307&view=diff
==============================================================================
--- trunk/server/unithand.c     (original)
+++ trunk/server/unithand.c     Wed Feb 25 08:12:04 2015
@@ -2919,6 +2919,7 @@
       switch (packet->activity[i]) {
       case ACTIVITY_FALLOUT:
       case ACTIVITY_POLLUTION:
+      case ACTIVITY_PILLAGE:
       case ACTIVITY_MINE:
       case ACTIVITY_IRRIGATE:
       case ACTIVITY_TRANSFORM:
@@ -2941,7 +2942,6 @@
         }
         break;
       /* Not supported yet. */
-      case ACTIVITY_PILLAGE:
       case ACTIVITY_FORTIFYING:
       case ACTIVITY_CONVERT:
       case ACTIVITY_EXPLORE:


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to