Added cue to call #initiative to #encounter text.

This commit is contained in:
raeleus 2024-10-12 10:11:20 -07:00
parent bf60878d05
commit 2a57a9aff2
2 changed files with 2 additions and 2 deletions

View file

@ -1881,7 +1881,7 @@ function doEncounter(command) {
}
}
state.prefix += "\n"
state.prefix += "[Type #initiative to begin the battle]\n"
state.show = "prefix"
return text

View file

@ -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":