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 client
|
||||||
### Add-ons server
|
### Add-ons server
|
||||||
### Campaigns
|
### Campaigns
|
||||||
|
* The South Guard
|
||||||
|
* S4: Fixed replay OOS on victory event (issue #6832)
|
||||||
* Under the Burning Suns
|
* Under the Burning Suns
|
||||||
* S8: Fixed replay OOS on victory event (issue #6267)
|
* S8: Fixed replay OOS on victory event (issue #6267)
|
||||||
* World Conquest
|
* World Conquest
|
||||||
|
|
|
@ -714,6 +714,22 @@
|
||||||
boolean_equals=yes
|
boolean_equals=yes
|
||||||
[/variable]
|
[/variable]
|
||||||
[then]
|
[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]
|
[endlevel]
|
||||||
result=victory
|
result=victory
|
||||||
bonus=yes
|
bonus=yes
|
||||||
|
@ -749,24 +765,6 @@
|
||||||
|
|
||||||
[event]
|
[event]
|
||||||
name=victory
|
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}
|
{CLEAR_VARIABLE mebrin_found,undead_defeated,bandits_defeated,have_bodyguard}
|
||||||
[/event]
|
[/event]
|
||||||
[/scenario]
|
[/scenario]
|
||||||
|
|
Loading…
Add table
Reference in a new issue