Skip to content

Commit

Permalink
TSG: fixed 'lich found' message appearing twice in scenario 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Elvish-Hunter committed Jul 23, 2013
1 parent 2c25606 commit a72d1fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 34 deletions.
3 changes: 3 additions & 0 deletions changelog
Expand Up @@ -14,6 +14,9 @@ Version 1.11.5+dev:
* ca_score is now an optional parameter for almost all MAIs
* Bug fixes for Patrol, Messenger, Multipack Wolves and all Guardian MAIs
* [goal] tags in [ai] blocks with turns= or time_of_day= will now work.
* Campaigns:
* The South Guard:
* Fixed double "lich found" event in Choice in the Fog
* Language and i18n:
* Updated translations: Scottish Gaelic
* Lua API:
Expand Down
34 changes: 0 additions & 34 deletions data/campaigns/The_South_Guard/scenarios/05_Choice_In_The_Fog.cfg
Expand Up @@ -388,40 +388,6 @@
[/fire_event]
[/event]

[event]
name=moveto

[filter]
id="Mal M'Brin"
[filter_vision]
side=1
[/filter_vision]
[/filter]

[scroll_to]
x,y=$x1,$y1
[/scroll_to]

[delay]
time=500
[/delay]

[message]
speaker=Deoran
message= _ "We found the lich!"
[/message]

[fire_event]
name=sighted
[primary_unit]
id=Urza Afalas
[/primary_unit]
[secondary_unit]
id=Deoran
[/secondary_unit]
[/fire_event]
[/event]

# The adventurers locate the bandits: a choice must be made
[event]
name=moveto
Expand Down
4 changes: 4 additions & 0 deletions players_changelog
Expand Up @@ -7,6 +7,10 @@ Version 1.11.5+dev:
* The Description popup displays the selected add-on's dependencies now,
using color-keyed statuses.

* Campaigns:
* The South Guard:
* Fixed double "lich found" event in Choice in the Fog

* Language and i18n:
* Updated translations: Scottish Gaelic.

Expand Down

0 comments on commit a72d1fa

Please sign in to comment.