This commit is contained in:
Nick
2019-09-25 04:48:55 -06:00
parent d1a68574df
commit a5e292a12c
+1
View File
@@ -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