changed way class names are handled

This commit is contained in:
Ben Cook
2018-12-22 16:16:51 -05:00
parent 86b9c77a27
commit 943c572d15
19 changed files with 127 additions and 104 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ class ZealotPath(SubClass):
class Barbarian(CharClass):
class_name = 'Barbarian'
name = 'Barbarian'
hit_dice_faces = 12
saving_throw_proficiencies = ('strength', 'constitution')
weapon_proficiencies = (weapons.simple_weapons + weapons.martial_weapons)