Set gold to 300 rather than adding it.

The length of the scenario combined with the upkeep of the preplaced
units usually means Karrag still had negative gold despite the amount
added before.
This commit is contained in:
Simon Forsyth 2012-08-19 12:16:03 +00:00
parent 14cc097170
commit f1f6a1f1f2
3 changed files with 6 additions and 3 deletions

View file

@ -70,6 +70,7 @@ Version 1.11.0-svn:
* The Hammer of Thursagan:
* Fixed bug #19743: in Mages and Drakes, Perrin has two different messages about
apprentices, depending on the difficult level
* Karrag now gets enough gold to actually recruit when met
* The South Guard:
* Fixed bug #19758: Urza Afalas' sighted event is fired also when the Lich is seen,
and if the player allies with the Elves, then both Urza Afalas and Mal M'Brin must

View file

@ -657,10 +657,10 @@
message= _ "Fresh blood! Exactly what I need to complete the rite."
[/message]
[gold]
[modify_side]
side=2
amount=300 # Perhaps drop this to 200/250 on lower difficulties?
[/gold]
gold=300 # Perhaps drop this to 200/250 on lower difficulties?
[/modify_side]
[/event]
# The door to the room of spiders

View file

@ -42,6 +42,8 @@ Version 1.11.0-svn:
in Silent Forest
* Silent Forest: the messages that appear upon killing the first Elf can be
translated differently depending on the Elf's gender
* The Hammer of Thursagan:
* Karrag now gets enough gold to actually recruit when met.
* The South Guard:
* Fixed bug #19758: Urza Afalas' sighted event is fired also when the Lich is seen,
and if the player allies with the Elves, then both Urza Afalas and Mal M'Brin must