mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-19 04:33:26 +02:00
create-character now works for multiclass and subclasses
This commit is contained in:
@@ -17,6 +17,8 @@ class Race():
|
||||
proficiencies_text = tuple()
|
||||
weapon_proficiences = tuple()
|
||||
skill_proficiencies = ()
|
||||
skill_choices = ()
|
||||
num_skill_choices = 0
|
||||
features = tuple()
|
||||
strength_bonus = 0
|
||||
dexterity_bonus = 0
|
||||
|
||||
Reference in New Issue
Block a user