Skip to content

Commit

Permalink
Fixed ultimate magus treating widen spell as if it only required one …
Browse files Browse the repository at this point in the history
…spell slot higher instead of three.
  • Loading branch information
doug1234 committed Sep 9, 2024
1 parent cfd7c07 commit 27fdd2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tpdatasrc/tpgamefiles/scr/tpModifiers/ultimate_magus.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,8 @@ def AugmentCastingRadialMenuEntry(attachee, args, evt_obj):
minLevel = 4
elif feat == feat_maximize_spell:
minLevel = 3
elif feat == feat_widen_spell:
minLevel = 3
elif feat == feat_empower_spell:
minLevel = 2

Expand Down

0 comments on commit 27fdd2a

Please sign in to comment.