Skip to content

Commit

Permalink
Merge pull request #3 from agrgordon/patch-3
Browse files Browse the repository at this point in the history
Patch 3
  • Loading branch information
agrgordon authored Nov 3, 2022
2 parents bf48976 + d22f394 commit 8822d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dungeonsheets/classes/warlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class Celestial(SubClass):
spells_known = spells_prepared = (spells.Light, spells.SacredFlame)
features_by_level = defaultdict(list)
features_by_level[1] = [features.HealingLight]
features_by_level[6] = [features.RadiantSoul]
features_by_level[6] = [features.WarlockRadiantSoul]
features_by_level[10] = [features.CelestialResilience]
features_by_level[14] = [features.SearingVengeance]

Expand Down

0 comments on commit 8822d04

Please sign in to comment.