Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SoF: fix thursagan's arcanister advancement breaking in some cases #6484

Merged
merged 2 commits into from
Feb 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
### Campaigns
* Delfador’s Memoirs
* S14: Smoother appearance of enemies and added dialogue (#6176)
* Sceptre of Fire
* Fixed Thursagan's Arcanister advancement being "lost" after dismounting a minecart.
* The Rise of Wesnoth
* S22: Fixed the possibility of a missplaced dialogue when a bridge was broken (issue #6376)
* Under the Burning Suns
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -513,11 +513,33 @@
name= _ "Thursagan"
unrenamable=yes
profile=portraits/thursagan.png
advances_to=Dwarvish Arcanister
max_experience=210
[modifications]
{TRAIT_LOYAL_HERO}
{TRAIT_STRONG}
[object]
[effect]
[filter]
type=Dwarvish Runemaster
[/filter]
apply_to=remove_advancement
amlas=amla_default
[/effect]
[effect]
[filter]
type=Dwarvish Runemaster
[/filter]
apply_to=new_advancement
replace=yes
types=Dwarvish Arcanister
[/effect]
[effect]
[filter]
type=Dwarvish Runemaster
[/filter]
apply_to=max_experience
set=210
[/effect]
[/object]
[/modifications]
[/unit]
[message]
Expand Down