mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-05 13:10:28 -04:00
Added cue to call #initiative to #encounter text.
This commit is contained in:
parent
bf60878d05
commit
2a57a9aff2
2 changed files with 2 additions and 2 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue