mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-13 16:13:32 +02:00
Fix CI -- remove long rest on Agent initialization
This commit is contained in:
@@ -60,6 +60,7 @@ class TestEncounter(TestCase):
|
||||
enemy.default_actions.append(GiantRatAttack)
|
||||
|
||||
battle = Encounter([char], [enemy])
|
||||
battle.reset()
|
||||
results = battle.simulate()
|
||||
for event in results:
|
||||
print(str(event))
|
||||
|
||||
Reference in New Issue
Block a user