Epub for gm notes now prints monster spells, if specified.

This commit is contained in:
Mark Wolfman
2021-07-13 12:28:56 -05:00
parent f4f101e39c
commit d26f520666
4 changed files with 49 additions and 1 deletions
+3
View File
@@ -403,6 +403,9 @@ class Priest(Monster):
climb_speed = 0
hp_max = 27
hit_dice = "5d8"
spells = ["light", "sacred_flame", "thaumaturgy", "cure wounds",
"guiding bolt", "sanctuary", "lesser_restoration",
"spiritual weapon", "dispel magic", "spirit guardians"]
class Pseudodragon(Monster):