mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-05 21:20:27 -04:00
Added #turn
This commit is contained in:
parent
029c841a8d
commit
599c9c0852
3 changed files with 90 additions and 4 deletions
|
@ -246,9 +246,8 @@ const modifier = (text) => {
|
|||
text += "******************\n\n"
|
||||
|
||||
if (state.initiativeOrder.length > 0) {
|
||||
var possessiveName = getPossessiveName(state.initiativeOrder[0].name)
|
||||
if (possessiveName == "Your") possessiveName = "your"
|
||||
text += `It is ${possessiveName} turn`
|
||||
state.initiativeOrder = []
|
||||
text += `[Call #turn to begin]\n`
|
||||
}
|
||||
break
|
||||
case "reset":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue