From be6243beaece54072a55a6a932265f7d15a05d45 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Tue, 4 Jun 2024 00:41:41 +0900 Subject: [PATCH] refactor: Add 'rollp' to normalCBSwithParams array in highlight.ts --- src/ts/gui/highlight.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ts/gui/highlight.ts b/src/ts/gui/highlight.ts index 110c72ad..29d2f737 100644 --- a/src/ts/gui/highlight.ts +++ b/src/ts/gui/highlight.ts @@ -96,7 +96,7 @@ const normalCBSwithParams = [ 'previous_chat_log', 'tonumber', 'arrayelement', 'array_element', 'arrayshift', 'array_shift', 'arraypop', 'array_pop', 'arraypush', 'array_push', 'arraysplice', 'array_splice', 'makearray', 'array', 'a', 'make_array', 'history', 'messages', 'range', 'date', 'time', 'datetimeformat', 'date_time_format', - 'random', 'pick', 'roll', 'datetimeformat', 'hidden_key', 'reverse', 'getglobalvar', 'position', 'slot' + 'random', 'pick', 'roll', 'datetimeformat', 'hidden_key', 'reverse', 'getglobalvar', 'position', 'slot', 'rollp' ] const displayRelatedCBS = [