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:
parent
14cc097170
commit
f1f6a1f1f2
3 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue