number of combat rounds reduced to 5

This commit is contained in:
Enno Rehling 2002-06-23 18:19:35 +00:00
parent 66a4324fed
commit f7b7a3799d
2 changed files with 4 additions and 1 deletions

View File

@ -104,7 +104,9 @@ boolean nobattledebug = false;
#define MINSPELLRANGE 1
#define MAXSPELLRANGE 7
#define COMBAT_TURNS 10
#ifndef COMBAT_TURNS
# define COMBAT_TURNS 10
#endif
static const double EFFECT_PANIC_SPELL = 0.25;
static const double TROLL_REGENERATION = 0.10;

View File

@ -36,5 +36,6 @@
#define RECRUITFRACTION 40 /* 100/RECRUITFRACTION% */
#define CATAPULT_AMMUNITION 0 /* Gebaut werden kann sie auch mit 0! */
#define CHANGED_CROSSBOWS 1
#define COMBAT_TURNS 5
#define MAILITPATH "/usr/sbin:$HOME/eressea/bin:/bin:/usr/bin:/usr/local/bin"