Author: sveinung
Date: Fri Jun  5 15:52:01 2015
New Revision: 29156

URL: http://svn.gna.org/viewcvs/freeciv?rev=29156&view=rev
Log:
AI: Being the target of join city is usually good.

Give non immunity to it a badness score of -1.

See patch #6105

Modified:
    trunk/ai/default/aicity.c

Modified: trunk/ai/default/aicity.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/ai/default/aicity.c?rev=29156&r1=29155&r2=29156&view=diff
==============================================================================
--- trunk/ai/default/aicity.c   (original)
+++ trunk/ai/default/aicity.c   Fri Jun  5 15:52:01 2015
@@ -1080,6 +1080,7 @@
   /* Good for the ciy owner in most cases. */
   case ACTION_TRADE_ROUTE:
   case ACTION_HELP_WONDER:
+  case ACTION_JOIN_CITY:
     /* TODO: Individual and well balanced values */
     return -1;
   }


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

Reply via email to