mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 14:36:22 +00:00
Remove Silver Mage as a leader for Age of Heroes as per bug #19595.
The mobility is truly insane on maps with multiple keeps.
This commit is contained in:
parent
c7c91fde55
commit
0f4f0aaf33
@ -40,6 +40,8 @@ Version 1.11.0+svn:
|
||||
* new wesnoth.have_file() function
|
||||
* wesnoth.get_time_of_day() now works when specifying a turn when the number
|
||||
of turns is unlimited
|
||||
* Multiplayer:
|
||||
* Silver Mage no longer allowed as a leader in Age of Heroes
|
||||
* Networking:
|
||||
* Handle an exception in the SDL_net-based network code (bug #20205)
|
||||
* Terrains:
|
||||
|
@ -5,8 +5,8 @@
|
||||
image="units/human-loyalists/general.png"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
type=random
|
||||
leader=General,Royal Guard,Halberdier,Iron Mauler,Master Bowman,Mage of Light,Arch Mage,Silver Mage,Javelineer
|
||||
random_leader=General,Royal Guard,Halberdier,Master Bowman,Mage of Light,Arch Mage,Silver Mage
|
||||
leader=General,Royal Guard,Halberdier,Iron Mauler,Master Bowman,Mage of Light,Arch Mage,Javelineer
|
||||
random_leader=General,Royal Guard,Halberdier,Master Bowman,Mage of Light,Arch Mage
|
||||
recruit=Cavalryman,Dragoon,Horseman,Lancer,Knight,Spearman,Swordsman,Pikeman,Javelineer,Fencer,Duelist,Heavy Infantryman,Shock Trooper,Bowman,Longbowman,Mage,Red Mage,White Mage,Merman Fighter,Merman Warrior,Ogre,Lieutenant
|
||||
terrain_liked=Gg, Ww, Wo
|
||||
[ai]
|
||||
|
@ -30,6 +30,12 @@ Version 1.11.0+svn:
|
||||
French, Galician, German, Hungarian, Italian, Latin, Polish,
|
||||
Portuguese (Brazil), Russian, Slovak, Ukrainian.
|
||||
|
||||
* Multiplayer
|
||||
* New add-on type: modifications.
|
||||
* GUI2 configuration options for eras, scenarios and modifications.
|
||||
* Dependency system for eras, scenarios and modifications.
|
||||
* Silver Mage no longer allowed as a leader in Age of Heroes.
|
||||
|
||||
* Terrain:
|
||||
* New Unwalkable Overlay (^Qov), Dense Palm (^Ftp), Savanna (^Fts) and
|
||||
Rainforest (^Ftr) terrains.
|
||||
@ -74,11 +80,6 @@ Version 1.11.0+svn:
|
||||
* Fix OOS when dismissing a recall in a multiplayer campaign (bug #19924).
|
||||
* Fix OOS when observe scenario 2 in a multiplayer campaign (bug #20217).
|
||||
|
||||
* Multiplayer
|
||||
* New add-on type: modifications
|
||||
* GUI2 configuration options for eras, scenarios and modifications
|
||||
* Dependency system for eras, scenarios and modifications
|
||||
|
||||
|
||||
Version 1.11.0:
|
||||
* Add-ons client:
|
||||
|
Loading…
x
Reference in New Issue
Block a user