TSG S4 Fixed replay OOS on victory event

This commit is contained in:
Descacharrado 2022-07-11 18:46:55 +02:00 committed by Pentarctagon
parent 8144c06389
commit 91983c8c87
2 changed files with 18 additions and 18 deletions

View file

@ -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

View file

@ -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]