updated character definitions to use names

This commit is contained in:
Ben Cook
2018-12-22 16:57:14 -05:00
parent 943c572d15
commit b799f8b108
3 changed files with 93 additions and 61 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from unittest import TestCase
import warnings
from dungeonsheets import race, monsters, exceptions, spells
from dungeonsheets.character import Character
from dungeonsheets.character import Character, Wizard, Druid
from dungeonsheets.weapons import Weapon, Shortsword
from dungeonsheets.armor import Armor, LeatherArmor, Shield