culled stories

This commit is contained in:
Nick Walton
2019-11-18 20:21:55 -07:00
parent b14ccb4556
commit 8be5dbb123
3 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -33,8 +33,7 @@ def get_stories(filename):
output_file_path = "text_adventures.txt"
with open(output_file_path, 'w') as output_file:
filenames = ["stories/story" + str(i) + ".json" for i in range(0,69)]
filenames += ["stories/apoc_seed" + str(i) + ".json" for i in range(1,5)]
filenames = ["stories/story" + str(i) + ".json" for i in range(0,41)]
stories = []
for filename in filenames:
stories += get_stories(filename)