diff --git a/260429-GrayScale.toe b/260429-GrayScale.toe index 0bf3c32..4ca2bfe 100644 Binary files a/260429-GrayScale.toe and b/260429-GrayScale.toe differ diff --git a/keyword_process.py b/keyword_process.py index 73361fe..3e0ffbe 100644 --- a/keyword_process.py +++ b/keyword_process.py @@ -45,7 +45,7 @@ def onCook(scriptOp: scriptDAT): # If this row matches our selection ID (offset by 1 as per original logic) if i == select_id + 1 and select_id!= -1: - display_text = f"[{trimmed_text}]" + display_text = f"({trimmed_text})" else: display_text = trimmed_text