checked new code works for create-character

This commit is contained in:
Ben Cook
2018-12-23 03:22:47 -05:00
parent 6c4589d03f
commit a83c49146c
25 changed files with 264 additions and 195 deletions
+1
View File
@@ -115,6 +115,7 @@ class Hexblade(SubClass):
class Warlock(CharClass):
name = 'Warlock'
hit_dice_faces = 8
subclass_select_level = 1
saving_throw_proficiencies = ('wisdom', 'charisma')
primary_abilities = ('charisma',)
_proficiencies_text = ("light Armor", "simple weapons")