Tutorial S2: made enemy starting gold equal to that of the player
[ci skip]
This commit is contained in:
parent
f1bf186c87
commit
ff763d1bb7
2 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,8 @@
|
|||
* Reduced starting gold and income in scenarios 10 to 13
|
||||
* Secrets of the Ancients:
|
||||
* Fix S09 Training Session not ending when all dark adepts die (Bug #3192)
|
||||
* Tutorial:
|
||||
* S2: made enemy starting gold equal to that of the player.
|
||||
### Language and i18n
|
||||
* Updated translations: Chinese (Traditional), French, Italian
|
||||
### WML engine
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
side=2
|
||||
controller=ai
|
||||
recruit=Orcish Grunt,Wolf Rider,Orcish Archer
|
||||
gold=150
|
||||
gold=123
|
||||
team_name=orcs
|
||||
user_team_name= _ "team_name^Orcs"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue