Complete.Org: Mailing Lists: Archives: freeciv-ai: October 2004:
[freeciv-ai] (PR#10766) Away level shouldn't cheat at all
Home

[freeciv-ai] (PR#10766) Away level shouldn't cheat at all

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [freeciv-ai] (PR#10766) Away level shouldn't cheat at all
From: "Mateusz Stefek" <mstefek@xxxxxxxxx>
Date: Thu, 28 Oct 2004 01:43:36 -0700
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=10766 >

use attached patch
Index: stdinhand.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/server/stdinhand.c,v
retrieving revision 1.363
diff -u -r1.363 stdinhand.c
--- stdinhand.c 28 Oct 2004 07:56:13 -0000      1.363
+++ stdinhand.c 28 Oct 2004 08:41:52 -0000
@@ -665,7 +665,7 @@
 static int handicap_of_skill_level(int level)
 {
   int h[11] = { -1,
- /* away   */  H_AWAY  | H_RATES,
+ /* away   */  H_AWAY  | H_RATES | H_TARGETS | H_HUTS | H_FOG | H_MAP,
  /* novice */   H_RATES | H_TARGETS | H_HUTS | H_NOPLANES 
                         | H_DIPLOMAT | H_LIMITEDHUTS | H_DEFENSIVE
                        | H_DIPLOMACY,

[Prev in Thread] Current Thread [Next in Thread]
  • [freeciv-ai] (PR#10766) Away level shouldn't cheat at all, Mateusz Stefek <=