You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
fix errata
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user