Added support for new extra_define ENABLE_TROLL_SHAMAN,
...to optionally allow Troll Whelps advancing as Shamans, but not in multiplayer
This commit is contained in:
parent
1c6a235fe4
commit
94764d066e
2 changed files with 7 additions and 0 deletions
|
@ -36,6 +36,8 @@ Version 1.11.0-svn:
|
|||
* Unit changes and balancing:
|
||||
* New extra_define ENABLE_WOLF_ADVANCEMENT to optionally enable Wolves
|
||||
advancement to Great Wolves and Direwolves
|
||||
* New extra_define ENABLE_TROLL_SHAMAN to optionally enable Troll Whelps
|
||||
advancement to Troll Shamans (not in multiplayer)
|
||||
|
||||
Version 1.10.0:
|
||||
* Campaigns:
|
||||
|
|
|
@ -18,6 +18,11 @@
|
|||
level=2
|
||||
alignment=chaotic
|
||||
advances_to=null
|
||||
#ifdef ENABLE_TROLL_SHAMAN
|
||||
[advancefrom]
|
||||
unit=Troll Whelp
|
||||
[/advancefrom]
|
||||
#endif
|
||||
{AMLA_DEFAULT}
|
||||
cost=32
|
||||
usage=mixed fighter
|
||||
|
|
Loading…
Add table
Reference in a new issue