catapult ammunition turned on

This commit is contained in:
Enno Rehling 2002-07-29 18:12:16 +00:00
parent 658479092c
commit 0adb87c4d8
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
#define GUARD_DISABLES_PRODUCTION 1 #define GUARD_DISABLES_PRODUCTION 1
#define RESOURCE_QUANTITY 0.5 #define RESOURCE_QUANTITY 0.5
#define RECRUITFRACTION 40 /* 100/RECRUITFRACTION% */ #define RECRUITFRACTION 40 /* 100/RECRUITFRACTION% */
#define CATAPULT_AMMUNITION 0 /* Gebaut werden kann sie auch mit 0! */ #define CATAPULT_AMMUNITION 1 /* Gebaut werden kann sie auch mit 0! */
#define CHANGED_CROSSBOWS 1 #define CHANGED_CROSSBOWS 1
#define COMBAT_TURNS 5 #define COMBAT_TURNS 5

View File

@ -34,7 +34,7 @@
#define GUARD_DISABLES_PRODUCTION 0 #define GUARD_DISABLES_PRODUCTION 0
#define RESOURCE_QUANTITY 1.0 #define RESOURCE_QUANTITY 1.0
#define RECRUITFRACTION 20 #define RECRUITFRACTION 20
#define CATAPULT_AMMUNITION 0 #define CATAPULT_AMMUNITION 1
#define CHANGED_CROSSBOWS 0 #define CHANGED_CROSSBOWS 0
#define MAXAGE 8 #define MAXAGE 8