Introduce the NO_INCOME macro to mainline.

This commit is contained in:
Ignacio R. Morelle 2009-10-25 16:27:29 +00:00
parent 1f9524ddec
commit 2f75a1794f

View file

@ -35,6 +35,12 @@
{QUANTITY income {EASY_AMOUNT} {NORMAL_AMOUNT} {HARD_AMOUNT}}
#enddef
#define NO_INCOME
# Used to specify when a side should not have any income
# every turn.
income=-2
#enddef
#define ATTACK_DEPTH EASY_VALUE NORMAL_VALUE HARD_VALUE
# Macro to define AI attack depth for different difficulty levels
# (set it to 1-6)