This commit is contained in:
Nick Walton
2019-11-19 00:07:34 -07:00
parent b827fefa06
commit 8b1e9a5d0a
+1 -1
View File
@@ -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):