diff --git a/story/story_manager.py b/story/story_manager.py index be3c3ac..3bb7841 100644 --- a/story/story_manager.py +++ b/story/story_manager.py @@ -22,7 +22,7 @@ class Story(): if game_state is None: game_state = dict() self.game_state = game_state - self.memory = 5 + self.memory = 9 def initialize_from_json(self, json_string):