Update Input.js

This commit is contained in:
raeleus 2024-10-27 15:34:32 -07:00
parent 7fd92590f3
commit dcb44d9f52

View file

@ -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()