mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-06 04:38:28 +02:00
added first version of multiclass options. Need to test
This commit is contained in:
@@ -3,6 +3,9 @@ class Background():
|
||||
skill_proficiencies = ()
|
||||
languages = ()
|
||||
|
||||
def __str__(self):
|
||||
return self.name
|
||||
|
||||
|
||||
class Acolyte(Background):
|
||||
name = "Acolyte"
|
||||
|
||||
Reference in New Issue
Block a user