Skip to content

Commit

Permalink
Fix mass fly spell level
Browse files Browse the repository at this point in the history
  • Loading branch information
pheonix99 committed May 4, 2023
1 parent 436beb1 commit 365c10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TomeOfTheFirebird/New Content/Spells/Fly.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public static void Make()

var massSpell = AbilityConfigurator.NewSpell("MassFlySpell", massSpellGUID.ToString(), Kingmaker.Blueprints.Classes.Spells.SpellSchool.Transmutation, true);
massSpell.SetIcon(flyIcon);
massSpell.AddToSpellLists(3, SpellList.Alchemist, SpellList.Wizard, SpellList.Bloodrager, SpellList.Magus, SpellList.Shaman, SpellList.Witch);

massSpell.SetActionType(Kingmaker.UnitLogic.Commands.Base.UnitCommand.CommandType.Standard);
massSpell.SetLocalizedDuration(Duration.MinutePerLevel);
massSpell.AllowTargeting(self: true);
Expand Down

0 comments on commit 365c10e

Please sign in to comment.