Correct funcparser tests
This commit is contained in:
parent
705d47fe47
commit
6fa68745ba
3 changed files with 31 additions and 19 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue