(PR#10766) Away level shouldn't cheat at all
"Mateusz Stefek" <mstefek-IjDXvh/[email protected]>
| Newsgroups | gmane.games.freeciv.ai |
|---|---|
| Message-ID | <[email protected]> |
<URL: http://rt.freeciv.org/Ticket/Display.html?id=10766 > use attached patch
away_dont_cheat.diff
(text/x-patch, 633 B)
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,