mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-19 04:33:26 +02:00
Added a way to include homebrew in a character file.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user