Skip to content

Commit

Permalink
Merge pull request #1976 from VeryGreatFrog/bestiary-builder-hotfix-3
Browse files Browse the repository at this point in the history
This fixes daily spellcasting for BB
  • Loading branch information
SeanStoves committed Jan 17, 2024
2 parents 5c9c7fd + 3b4941f commit ccdbcac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs5e/models/homebrew/bestiary.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def extract_spells(key, dc, sab, mod, isWill=False, times=0):
if isWill:
will_spells.append(real_name)
if times:
daily_spells[real_name] = times
daily_spells[real_name] = int(times)

# caster type casting
caster_dc = data["caster_dc"]
Expand Down

0 comments on commit ccdbcac

Please sign in to comment.