mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-18 20:23:27 +02:00
Fixed tests: needed defaults for making character sheets for NPCs (e.g. GM notes).
This commit is contained in:
@@ -5,7 +5,7 @@ monsters, etc.
|
||||
|
||||
"""
|
||||
|
||||
from dungeonsheets import mechanics, monsters
|
||||
from dungeonsheets import mechanics, monsters as _monsters
|
||||
|
||||
dungeonsheets_version = "0.14.0"
|
||||
|
||||
@@ -18,6 +18,6 @@ haryk_omanie = mechanics.Character(
|
||||
name="Haryk Omanie",
|
||||
)
|
||||
|
||||
party = ["rogue1.py", "paladin2.py", haryk_omanie, monsters.Veteran]
|
||||
party = ["rogue1.py", "paladin2.py", haryk_omanie, _monsters.Veteran]
|
||||
|
||||
random_tables = ["conjure animals"]
|
||||
|
||||
Reference in New Issue
Block a user