Fixed bug #18120, where Khalifate units were not getting the default AMLA
updated changelog, players changelog
This commit is contained in:
parent
a78270935a
commit
cb5ab854be
11 changed files with 13 additions and 1 deletions
|
@ -36,6 +36,7 @@ Version 1.9.7+svn:
|
|||
(along with boost.thread and boost.system) is now a dependency for
|
||||
the client no matter whether ANA is enabled.
|
||||
* Support for gamepads/joysticks
|
||||
* Fixed bug #18120, where Khalifate units were not getting the default ALMA
|
||||
|
||||
Version 1.9.7:
|
||||
* Graphics:
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
level=3
|
||||
alignment=lawful
|
||||
advances_to=null
|
||||
{AMLA_DEFAULT}
|
||||
cost=60
|
||||
usage=mixed fighter
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
level=3
|
||||
alignment=lawful
|
||||
advances_to=null
|
||||
{AMLA_DEFAULT}
|
||||
cost=55
|
||||
usage=fighter
|
||||
description= _ "There is currently no description available for this unit."
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
level=3
|
||||
alignment=lawful
|
||||
advances_to=null
|
||||
{AMLA_DEFAULT}
|
||||
cost=50
|
||||
usage=archer
|
||||
undead_variation=mounted
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
level=4
|
||||
alignment=lawful
|
||||
advances_to=null
|
||||
{AMLA_DEFAULT}
|
||||
cost=78
|
||||
usage=fighter
|
||||
description= _ "There is currently no description available for this unit."+{SPECIAL_NOTES}+{SPECIAL_NOTES_MARKSMAN}+{SPECIAL_NOTES_SLOW}
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
level=3
|
||||
alignment=lawful
|
||||
advances_to=null
|
||||
{AMLA_DEFAULT}
|
||||
cost=65
|
||||
usage=mixed fighter
|
||||
[abilities]
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
level=3
|
||||
alignment=lawful
|
||||
advances_to=null
|
||||
{AMLA_DEFAULT}
|
||||
cost=80
|
||||
usage=fighter
|
||||
description= _ "There is currently no description available for this unit."
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
level=3
|
||||
alignment=lawful
|
||||
advances_to=null
|
||||
{AMLA_DEFAULT}
|
||||
cost=58
|
||||
usage=fighter
|
||||
description= _ "There is currently no description available for this unit."+{SPECIAL_NOTES}+{SPECIAL_NOTES_FIRSTSTRIKE}
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
level=2
|
||||
alignment=lawful
|
||||
advances_to=null
|
||||
{AMLA_DEFAULT}
|
||||
cost=35
|
||||
usage=fighter
|
||||
description= _ "There is currently no description available for this unit."+{SPECIAL_NOTES}+{SPECIAL_NOTES_CURES}+{SPECIAL_NOTES_REGENERATES}
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
level=3
|
||||
alignment=lawful
|
||||
advances_to=null
|
||||
{AMLA_DEFAULT}
|
||||
cost=65
|
||||
usage=fighter
|
||||
description= _ "There is currently no description available for this unit."
|
||||
|
|
|
@ -22,7 +22,9 @@ Version 1.9.7+svn:
|
|||
* Disabled undo while planning mode is active
|
||||
* Changed behavior of invalid actions (no longer immediately discarded)
|
||||
|
||||
|
||||
* Miscellaneous and bugfixes:
|
||||
* Fixed bug #18120, where Khalifate units were not getting the default ALMA
|
||||
|
||||
Version 1.9.7:
|
||||
* Graphics:
|
||||
* Terrains:
|
||||
|
|
Loading…
Add table
Reference in a new issue