Author: jtn
Date: Tue Dec  8 23:17:33 2015
New Revision: 30903

URL: http://svn.gna.org/viewcvs/freeciv?rev=30903&view=rev
Log:
Give Novice and Handicapped AI levels H_DIPLOMACY handicap, as Easy AI has.

See gna bug #24142.

Modified:
    branches/S2_6/ai/difficulty.c

Modified: branches/S2_6/ai/difficulty.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/ai/difficulty.c?rev=30903&r1=30902&r2=30903&view=diff
==============================================================================
--- branches/S2_6/ai/difficulty.c       (original)
+++ branches/S2_6/ai/difficulty.c       Tue Dec  8 23:17:33 2015
@@ -73,6 +73,7 @@
      BV_SET(handicap, H_DIPLOMAT);
      BV_SET(handicap, H_LIMITEDHUTS);
      BV_SET(handicap, H_DEFENSIVE);
+     BV_SET(handicap, H_DIPLOMACY);
      BV_SET(handicap, H_REVOLUTION);
      BV_SET(handicap, H_EXPANSION);
      BV_SET(handicap, H_DANGER);


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

Reply via email to