diff --git a/story/story_manager.py b/story/story_manager.py index d2f829a..be3c3ac 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 = 3 + self.memory = 5 def initialize_from_json(self, json_string):