Skip to content

Commit

Permalink
Merge pull request #73582 from GuardianDll/summon_undead_swarm
Browse files Browse the repository at this point in the history
[Magiclysm] fix summon_undead_swarm using summon_undead spell level as check
  • Loading branch information
Maleclypse authored May 9, 2024
2 parents a660608 + 0278bea commit 85b8f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/Spells/animist.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
"type": "effect_on_condition",
"id": "EOC_SUMMON_ZOMBIE_SWARM",
"effect": {
"switch": { "math": [ "u_spell_level('summon_undead')" ] },
"switch": { "math": [ "u_spell_level('summon_undead_swarm')" ] },
"cases": [
{ "case": 0, "effect": { "u_cast_spell": { "id": "summon_zombie_dog" } } },
{ "case": 5, "effect": { "u_cast_spell": { "id": "summon_dog_skeleton" } } },
Expand Down

0 comments on commit 85b8f01

Please sign in to comment.