added first version of multiclass options. Need to test

This commit is contained in:
Ben Cook
2018-12-18 22:30:40 -05:00
parent 274f34fe88
commit 6c634c0429
8 changed files with 774 additions and 424 deletions
+3
View File
@@ -3,6 +3,9 @@ class Background():
skill_proficiencies = ()
languages = ()
def __str__(self):
return self.name
class Acolyte(Background):
name = "Acolyte"