updated character definitions to use names

This commit is contained in:
Ben Cook
2018-12-22 16:57:14 -05:00
parent 943c572d15
commit b799f8b108
3 changed files with 93 additions and 61 deletions
+2 -2
View File
@@ -6,9 +6,9 @@ class CharClass():
"""
A generic Character Class (not to be confused with builtin class)
"""
name = ""
name = "Default"
level = 1
hit_dice_faces = None
hit_dice_faces = 2
weapon_proficiencies = ()
_proficiencies_text = ()
multiclass_weapon_proficiencies = ()