From a5e292a12c8a218e0cce57df9487209983182e22 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 25 Sep 2019 04:48:55 -0600 Subject: [PATCH] update --- story/story_manager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/story/story_manager.py b/story/story_manager.py index b53cccb..88f6a69 100644 --- a/story/story_manager.py +++ b/story/story_manager.py @@ -21,6 +21,7 @@ class Story(): if game_state is None: game_state = dict() + game_state["current_room"] = possible_rooms[0] self.game_state = game_state