TSG S4 Fixed replay OOS on victory event
This commit is contained in:
parent
8144c06389
commit
91983c8c87
2 changed files with 18 additions and 18 deletions
|
@ -2,6 +2,8 @@
|
|||
### Add-ons client
|
||||
### Add-ons server
|
||||
### Campaigns
|
||||
* The South Guard
|
||||
* S4: Fixed replay OOS on victory event (issue #6832)
|
||||
* Under the Burning Suns
|
||||
* S8: Fixed replay OOS on victory event (issue #6267)
|
||||
* World Conquest
|
||||
|
|
|
@ -714,6 +714,22 @@
|
|||
boolean_equals=yes
|
||||
[/variable]
|
||||
[then]
|
||||
[if]
|
||||
[variable]
|
||||
name=have_bodyguard
|
||||
boolean_not_equals=yes
|
||||
[/variable]
|
||||
[then]
|
||||
[message]
|
||||
speaker=Ethiliel
|
||||
message= _ "Come, my bodyguards! We must make haste to follow this trail and find Mebrin."
|
||||
[/message]
|
||||
|
||||
[fire_event]
|
||||
name=bodyguard
|
||||
[/fire_event]
|
||||
[/then]
|
||||
[/if]
|
||||
[endlevel]
|
||||
result=victory
|
||||
bonus=yes
|
||||
|
@ -749,24 +765,6 @@
|
|||
|
||||
[event]
|
||||
name=victory
|
||||
|
||||
[if]
|
||||
[variable]
|
||||
name=have_bodyguard
|
||||
boolean_not_equals=yes
|
||||
[/variable]
|
||||
[then]
|
||||
[message]
|
||||
speaker=Ethiliel
|
||||
message= _ "Come, my bodyguards! We must make haste to follow this trail and find Mebrin."
|
||||
[/message]
|
||||
|
||||
[fire_event]
|
||||
name=bodyguard
|
||||
[/fire_event]
|
||||
[/then]
|
||||
[/if]
|
||||
|
||||
{CLEAR_VARIABLE mebrin_found,undead_defeated,bandits_defeated,have_bodyguard}
|
||||
[/event]
|
||||
[/scenario]
|
||||
|
|
Loading…
Add table
Reference in a new issue