From 5104d7c4ca8239497c112b684eef45eb6cd418d0 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Wed, 28 Feb 2007 12:38:36 +0000 Subject: [PATCH] New combat system activated --- src/common/settings-eressea.h | 2 ++ src/common/settings-tutorial.h | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/src/common/settings-eressea.h b/src/common/settings-eressea.h index 8df6f8b49..e322747cb 100644 --- a/src/common/settings-eressea.h +++ b/src/common/settings-eressea.h @@ -46,3 +46,5 @@ #define XECMD_MODULE #undef FUZZY_BASE36 +#define SIMPLE_COMBAT +#define SIMPLE_ESCAPE diff --git a/src/common/settings-tutorial.h b/src/common/settings-tutorial.h index bc1e6f2a7..3a24329de 100644 --- a/src/common/settings-tutorial.h +++ b/src/common/settings-tutorial.h @@ -40,3 +40,11 @@ #define HEROES #define SCORE_MODULE +#undef MUSEUM_MODULE +#undef ARENA_MODULE +#undef WORMHOLE_MODULE +#undef XECMD_MODULE + +#undef FUZZY_BASE36 +#define SIMPLE_COMBAT +#define SIMPLE_ESCAPE