mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-10 11:40:48 +08:00
culled stories
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user