Skip to content

Commit

Permalink
Fixed elemental spell progression... oops
Browse files Browse the repository at this point in the history
  • Loading branch information
robmart committed Dec 8, 2024
1 parent 6d0ed9a commit 1a536d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/scripted_effects/wc_magic_effects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,6 @@ spell_dodge_effect = {
}

add_spell_progression_effect_elemental = {
remove_variable = spell_complete
add_spell_progression_effect = { SPELL = $SPELL$ RANK = $RANK$ TYPE = $TYPE$ }
if = {
limit = { # Change elemental disposition
Expand Down Expand Up @@ -1530,6 +1529,7 @@ add_spell_progression_effect_elemental = {
}
remove_variable = spell_complete
}
remove_variable = spell_complete
}

wc_spell_death_maintenence_effect = {
Expand Down

0 comments on commit 1a536d7

Please sign in to comment.