mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-05 21:20:27 -04:00
Update Input.js
This commit is contained in:
parent
554603bd27
commit
bb8e75b47f
1 changed files with 1 additions and 1 deletions
2
Input.js
2
Input.js
|
@ -858,7 +858,7 @@ function doFlipCommandAbility(command) {
|
|||
if (arg0 == null) return;
|
||||
var remainder = getArgumentRemainder(command, 1)
|
||||
|
||||
command = `${arg0} "${ability}"${remainder == null ? "" : ` ${remainder}`}`
|
||||
command = `${arg0} "${ability}"${remainder == null ? "" : " " + remainder}`
|
||||
text = processCommandSynonyms(command, arg0, checkSynonyms, doCheck)
|
||||
if (text == null) text = processCommandSynonyms(command, arg0, trySynonyms, doTry)
|
||||
return text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue