Fixed tests: needed defaults for making character sheets for NPCs (e.g. GM notes).

This commit is contained in:
Mark Wolfman
2022-01-22 14:49:13 -06:00
parent a30dc28100
commit 23b4bd2559
9 changed files with 69 additions and 14 deletions
+4
View File
@@ -106,3 +106,7 @@ class Monster(Creature, metaclass=SpellFactory):
def has_feature(self, *args, **kwargs):
return False
@property
def is_spellcaster(self):
return len(self.spells) > 0