{AI_NO_SCOUTS} macro

This commit is contained in:
Iurii Chernyi 2009-08-24 00:24:52 +00:00
parent e24fdb0657
commit befcfb5440

View file

@ -1,4 +1,5 @@
#define AI_ASPECT ID VALUE
#macro to define a simple facet of ai aspect
[aspect]
id={ID}
[facet]
@ -7,3 +8,8 @@
[/facet]
[/aspect]
#enddef
#define AI_NO_SCOUTS
# Macro to make an AI team not recruit scouts.
{AI_ASPECT villages_per_scout 0}
#enddef