Confirmed tests run

This commit is contained in:
Ben Cook
2018-12-26 19:07:12 -05:00
parent b73e9848ef
commit 6809d29fc2
3 changed files with 15 additions and 9 deletions
+2
View File
@@ -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):