Introduce the NO_INCOME macro to mainline.
This commit is contained in:
parent
1f9524ddec
commit
2f75a1794f
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue