diff --git a/Input.js b/Input.js index 66031fe..711b3ff 100644 --- a/Input.js +++ b/Input.js @@ -1881,7 +1881,7 @@ function doEncounter(command) { } } - state.prefix += "\n" + state.prefix += "[Type #initiative to begin the battle]\n" state.show = "prefix" return text diff --git a/Output.js b/Output.js index 595c4f1..652b9fc 100644 --- a/Output.js +++ b/Output.js @@ -295,7 +295,7 @@ const modifier = (text) => { if (state.initiativeOrder.length > 0) { state.initiativeOrder = [] - text += `[Call #turn to begin]\n` + text += `[Call #turn]\n` } break case "reset":