fix errata

This commit is contained in:
Mc-muffin
2023-09-05 06:06:45 -05:00
parent 5ec5a4dd6d
commit 172111ee08
2 changed files with 2 additions and 2 deletions

View File

@@ -258,7 +258,7 @@ def getTalesInstance(args, game_name):
if args.action == "insert":
insert_mask = [args.with_proofreading, args.with_editing, args.with_problematic]
else:
insert_mask = [""]
insert_mask = []
talesInstance = ToolsTOR.ToolsTOR(args.project.resolve(), insert_mask)
elif game_name == "NDX":
talesInstance = ToolsNDX.ToolsNDX("TBL_All.json")

View File

@@ -72,7 +72,7 @@ class ToolsTOR(ToolsTales):
self.story_byte_code = b"\xF8"
self.string_opcode = InstructionType.STRING
self.list_status_insertion: list[str] = ['Done']
self.list_status_insertion.append(*insert_mask)
self.list_status_insertion.extend(insert_mask)
# Extract the story files