SoF: fixed two bugs in A Bargain is Struck
This commit is contained in:
parent
b66aa5d275
commit
5f337d13bc
2 changed files with 13 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
Version 1.9.10+svn:
|
||||
* Campaigns:
|
||||
* Sceptre of Fire:
|
||||
* A Bargain is Struck: added missing hero overlays to Alanin and the caravans
|
||||
* A Bargain is Struck: added find_vacant=yes to avoid unstoring Alanin upon
|
||||
Rugnur or another player's unit
|
||||
* Engine:
|
||||
* Fixed bug #18918: the create unit dialog was sometimes capturing village
|
||||
incorrectly
|
||||
|
|
|
@ -311,7 +311,7 @@
|
|||
{TRAIT_LOYAL}
|
||||
{TRAIT_RESILIENT}
|
||||
[/modifications]
|
||||
{IS_LOYAL}
|
||||
{IS_HERO}
|
||||
[/unit]
|
||||
[message]
|
||||
speaker=Alanin
|
||||
|
@ -361,27 +361,32 @@
|
|||
x,y=6,29
|
||||
type=Caravan
|
||||
side=1
|
||||
{IS_HERO}
|
||||
[/unit]
|
||||
[unit]
|
||||
x,y=6,29
|
||||
type=Caravan
|
||||
side=1
|
||||
{IS_HERO}
|
||||
[/unit]
|
||||
[unit]
|
||||
x,y=6,29
|
||||
type=Caravan
|
||||
side=1
|
||||
{IS_HERO}
|
||||
[/unit]
|
||||
[unit]
|
||||
x,y=6,29
|
||||
type=Caravan
|
||||
side=1
|
||||
{IS_HERO}
|
||||
[/unit]
|
||||
#ifdef HARD
|
||||
[unit]
|
||||
x,y=6,29
|
||||
type=Caravan
|
||||
side=1
|
||||
{IS_HERO}
|
||||
[/unit]
|
||||
#endif
|
||||
[/event]
|
||||
|
@ -424,6 +429,7 @@
|
|||
[/message]
|
||||
[unstore_unit]
|
||||
variable=changealanin
|
||||
find_vacant=yes
|
||||
[/unstore_unit]
|
||||
[endlevel]
|
||||
result=victory
|
||||
|
@ -495,6 +501,7 @@
|
|||
[/message]
|
||||
[unstore_unit]
|
||||
variable=changealanin
|
||||
find_vacant=yes
|
||||
[/unstore_unit]
|
||||
[endlevel]
|
||||
result=victory
|
||||
|
|
Loading…
Add table
Reference in a new issue