Added a way to include homebrew in a character file.

This commit is contained in:
Mark Wolfman
2021-02-09 22:26:23 -06:00
parent f5a1d84c60
commit 75c77aa750
8 changed files with 346 additions and 71 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ class Feature():
"""
name = "Generic Feature"
owner = None
source = '' # race, class, background, etc.
source = 'Unknown' # race, class, background, etc.
spells_known = ()
spells_prepared = ()
needs_implementation = False # Set to True if need to find way to compute stats