added all features for bards

This commit is contained in:
Ben Cook
2018-12-27 13:00:26 -05:00
parent ce080b9224
commit 98444308e2
6 changed files with 519 additions and 18 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ class Rogue(CharClass):
'Sleight of Hand', 'Stealth')
num_skill_choices = 4
features_by_level = defaultdict(list)
features_by_level[1] = [features.Expertise, features.SneakAttack]
features_by_level[1] = [features.RogueExpertise, features.SneakAttack]
features_by_level[2] = [features.CunningAction]
features_by_level[5] = [features.UncannyDodge]
features_by_level[7] = [features.Evasion]