diff options
author | Andrew Martinek <andrewrmartinek@gmail.com> | 2020-05-03 12:06:02 -0400 |
---|---|---|
committer | Andrew Martinek <andrewrmartinek@gmail.com> | 2020-05-03 12:06:41 -0400 |
commit | b7f47ca621716938cfc6df7d4eea90b2be909eaf (patch) | |
tree | 752719ac974a6fe4a0e450054eaa43510eee77bc /tools/script_extractor.py | |
parent | 0b1318f49d0f17847f52c3fd35ea2574d9b7af78 (diff) |
add challenge machine
Diffstat (limited to 'tools/script_extractor.py')
-rw-r--r-- | tools/script_extractor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/script_extractor.py b/tools/script_extractor.py index 2f68ee7..5fcfbac 100644 --- a/tools/script_extractor.py +++ b/tools/script_extractor.py @@ -257,7 +257,7 @@ def createList(): # this is a func just so all this can go at the bottom ("OWScript_AskQuestionJumpDefaultYes", "tj", DO_NOT_QUIT), ("Func_d2f6", "q", DO_NOT_QUIT), ("Func_d317", "", DO_NOT_QUIT), - ("Func_d43d", "q", DO_NOT_QUIT), + ("Func_d43d", "", DO_NOT_QUIT), ("OWScript_EndScriptLoop2", "q", QUIT_CONTINUE_CODE), ("OWScript_EndScriptLoop3", "q", QUIT_CONTINUE_CODE), ("OWScript_EndScriptLoop4", "q", QUIT_CONTINUE_CODE), |