From dcb44d9f522fc86512ca7bacd3c20de9726f9c8d Mon Sep 17 00:00:00 2001 From: raeleus Date: Sun, 27 Oct 2024 15:34:32 -0700 Subject: [PATCH] Update Input.js --- Input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Input.js b/Input.js index 69bf497..0d64dd7 100644 --- a/Input.js +++ b/Input.js @@ -226,7 +226,7 @@ const modifier = (text) => { if (text == null) text = processCommandSynonyms(command, commandName, setProficiencySynonyms, doSetProficiency) if (text == null) text = processCommandSynonyms(command, commandName, healPartySynonyms, doHealParty) if (text == null) text = processCommandSynonyms(command, commandName, blockSynonyms, doBlock) - if (text == null) text = processCommandSynonyms(command, commandName, repeatTurnSynonyms, doRepeatTurn) + if (text == null) text = processCommandSynonyms(command, commandName, repeatTurnSynonyms, doRepeatTurn) if (text == null) text = processCommandSynonyms(command, commandName, helpSynonyms, doHelp) if (text == null) { var character = getCharacter()