mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-07 13:15:53 +02:00
Fixed tests: needed defaults for making character sheets for NPCs (e.g. GM notes).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user