Skip to content

Commit

Permalink
Summon Fire Elemental is temporarily changed to Air for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
robmart committed Nov 24, 2024
1 parent eccb4ec commit 71ab1c7
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 @@ -233,7 +233,7 @@ execute_scoped_spell_effect = {
trigger = $SPELL$
# Elemental Fire
flag:backdraft = { $EFFECT$_elemental = { SPELL = backdraft RANK = var:current_spell_rank TYPE = elemental_fire } }
flag:summon_fire_elemental = { $EFFECT$_elemental = { SPELL = summon_fire_elemental RANK = var:current_spell_rank TYPE = elemental_fire } }
flag:summon_fire_elemental = { $EFFECT$_elemental = { SPELL = summon_fire_elemental RANK = var:current_spell_rank TYPE = elemental_air } }
flag:lava_lash = { $EFFECT$_elemental = { SPELL = lava_lash RANK = var:current_spell_rank TYPE = elemental_fire } }
flag:flame_wall = { $EFFECT$_elemental = { SPELL = flame_wall RANK = var:current_spell_rank TYPE = elemental_fire } }
flag:flame_shock = { $EFFECT$_elemental = { SPELL = flame_shock RANK = var:current_spell_rank TYPE = elemental_fire } }
Expand Down

0 comments on commit 71ab1c7

Please sign in to comment.