LoW: Replace lingering instances of ‘old’ style gold carry over for S9, S11 and S14 (resolves #7862)
This commit is contained in:
parent
5b09a348e2
commit
4f3cde4750
4 changed files with 6 additions and 2 deletions
3
changelog_entries/low_gold_carry_over.md
Normal file
3
changelog_entries/low_gold_carry_over.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
### Campaigns
|
||||
* Legend of Wesmere
|
||||
* Replace lingering instances of ‘old’ style gold carry over for S9, S11 and S14 (issue #7862)
|
|
@ -430,6 +430,7 @@ Chapter Three"
|
|||
#else
|
||||
bonus=yes
|
||||
#endif
|
||||
{NEW_GOLD_CARRYOVER 40}
|
||||
[/endlevel]
|
||||
[/command]
|
||||
[/event]
|
||||
|
|
|
@ -284,7 +284,7 @@
|
|||
#else
|
||||
bonus=yes
|
||||
#endif
|
||||
carryover_percentage=40
|
||||
{NEW_GOLD_CARRYOVER 40}
|
||||
[/endlevel]
|
||||
[/event]
|
||||
|
||||
|
|
|
@ -586,7 +586,7 @@ Chapter Four"
|
|||
result=victory
|
||||
bonus=no
|
||||
save=no
|
||||
carryover_percentage=40
|
||||
{NEW_GOLD_CARRYOVER 40}
|
||||
[/endlevel]
|
||||
[/event]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue