Skip to content

Commit

Permalink
LoW: fix missing persistent carryover at end of chapter 4
Browse files Browse the repository at this point in the history
  • Loading branch information
nemaara committed Mar 10, 2019
1 parent dbaeeea commit cf2e5ee
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
Expand Up @@ -413,6 +413,20 @@
[/message]
[/event]

[event]
name=scenario_end
[filter_condition]
[proceed_to_next_scenario]
[/proceed_to_next_scenario]
[/filter_condition]

#ifdef MULTIPLAYER
[persistent_carryover_store]
scenario_id = LoW_Chapter_Four
[/persistent_carryover_store]
#endif
[/event]

# wmllint: unwho "{OLURF}"
{campaigns/Legend_of_Wesmere/utils/deaths.cfg}
[/scenario]
Expand Down
Expand Up @@ -100,7 +100,11 @@ Chapter Five"
[/side]
[event]
name=prestart

#ifdef MULTIPLAYER
[persistent_carryover_unstore]
scenario_id = LoW_Chapter_Four
[/persistent_carryover_unstore]
#endif
#ifndef MULTIPLAYER
[kill]
race=dwarf
Expand Down

0 comments on commit cf2e5ee

Please sign in to comment.