This commit is contained in:
Nick Walton
2019-11-18 23:44:49 -07:00
parent 49624c9126
commit b827fefa06
+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 = 3
self.memory = 5
def initialize_from_json(self, json_string):