Added Druid wild shapes, tweaked armor, and fixed some bugs.

Druid's can now add ``wild_shapes = `` to their character file. "Light
leather armor" is now just "Leather Armor".
This commit is contained in:
Mark Wolfman
2018-10-21 02:09:15 -05:00
parent 0140290b51
commit 0e543deee9
20 changed files with 592 additions and 50 deletions
+3
View File
@@ -9,3 +9,6 @@ class LatexError(OSError):
class LatexNotFoundError(LatexError):
"""PDFLatex did not execute correctly."""
class MonsterError(AttributeError):
"""Error retriving or using a D&D Monster."""