mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-05 20:38:26 +02:00
Confirmed tests run
This commit is contained in:
@@ -234,6 +234,8 @@ class Character():
|
||||
f'Please add it to ``race.py``')
|
||||
self._race = race.Race(owner=self)
|
||||
warnings.warn(msg)
|
||||
elif newrace is None:
|
||||
self._race = race.Race(owner=self)
|
||||
|
||||
@property
|
||||
def background(self):
|
||||
|
||||
Reference in New Issue
Block a user