Correct funcparser tests

This commit is contained in:
Griatch 2022-09-18 00:49:41 +02:00
parent 705d47fe47
commit 6fa68745ba
3 changed files with 31 additions and 19 deletions

View file

@ -28,6 +28,7 @@ class TestDungeon(EvAdventureMixin, BaseEvenniaTest):
super().setUp()
droomclass = dungeon.EvAdventureDungeonStartRoom
droomclass.recycle_time = 0 # disable the tick
droomclass.branch_check_time = 0
self.start_room = create_object(droomclass, key="bottom of well")