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
@@ -163,7 +163,7 @@ class Gunslinger(SubClass):
class Fighter(CharClass):
class_name = 'Fighter'
name = 'Fighter'
hit_dice_faces = 10
saving_throw_proficiencies = ('strength', 'constitution')
_proficiencies_text = ('All armor', 'shields', 'simple weapons',