From e84dffb9a2cecd9f6139edfea884e02fc17e797c Mon Sep 17 00:00:00 2001 From: Christian Schlittchen Date: Wed, 8 Jan 2003 21:44:01 +0000 Subject: [PATCH] =?UTF-8?q?-=20Kleinkram,=20Reichweite=20der=20DrachenRegi?= =?UTF-8?q?onsSuche=20erh=C3=B6ht.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/gamecode/monster.c | 2 +- src/common/gamecode/monster.h | 2 +- src/common/settings-vinyambar-3.h | 2 +- src/eressea/korrektur.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/gamecode/monster.c b/src/common/gamecode/monster.c index 666ec4a88..5ab29bd0b 100644 --- a/src/common/gamecode/monster.c +++ b/src/common/gamecode/monster.c @@ -428,7 +428,7 @@ static boolean set_movement_order(unit * u, const region * target, int moves, boolean (*allowed)(const region *, const region *)) { region * r = u->region; - region ** plan = path_find(r, target, DRAGON_RANGE, allowed); + region ** plan = path_find(r, target, DRAGON_RANGE*5, allowed); int position = 0; char * c; diff --git a/src/common/gamecode/monster.h b/src/common/gamecode/monster.h index fa1aa92b5..4851b788b 100644 --- a/src/common/gamecode/monster.h +++ b/src/common/gamecode/monster.h @@ -22,7 +22,7 @@ #ifndef MONSTER_H #define MONSTER_H -#define DRAGON_RANGE 6 /* Max. Distanz zum nächsten Drachenziel */ +#define DRAGON_RANGE 20 /* Max. Distanz zum nächsten Drachenziel */ void age_illusion(struct unit *u); diff --git a/src/common/settings-vinyambar-3.h b/src/common/settings-vinyambar-3.h index 1799aa668..8bc58d6de 100644 --- a/src/common/settings-vinyambar-3.h +++ b/src/common/settings-vinyambar-3.h @@ -40,7 +40,7 @@ #define RESOURCE_QUANTITY 0.5 #define TEACHDIFFERENCE 2 #define GIVERESTRICTION 0 -#define NEWATSROI 1 +#define NEWATSROI 0 #if NEWATSROI == 1 #define ATSBONUS 2 #define ROIBONUS 4 diff --git a/src/eressea/korrektur.c b/src/eressea/korrektur.c index 22ae0bff2..63a2bcc99 100644 --- a/src/eressea/korrektur.c +++ b/src/eressea/korrektur.c @@ -85,7 +85,7 @@ #undef XMAS1999 #undef XMAS2000 #undef XMAS2001 -#define XMAS2002 +#undef XMAS2002 extern void reorder_owners(struct region * r);