mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-01 18:38:27 +02:00
Monsters now have a spells attribute that will eventually hold a list of spells.
This commit is contained in:
@@ -274,7 +274,7 @@ class Druid(CharClass):
|
||||
try:
|
||||
NewMonster = find_content(shape, valid_classes=[monsters.Monster])
|
||||
new_shape = NewMonster()
|
||||
except AttributeError:
|
||||
except exceptions.ContentNotFound:
|
||||
msg = (
|
||||
f"Wild shape '{shape}' not found. Please add it to"
|
||||
" ``monsters.py``"
|
||||
|
||||
Reference in New Issue
Block a user