mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-05 21:20:27 -04:00
Allow calculated initiative for enemies. Resolves #47
This commit is contained in:
parent
db31b985ed
commit
c5e8882f8e
3 changed files with 130 additions and 131 deletions
|
@ -281,7 +281,7 @@ const modifier = (text) => {
|
|||
} else {
|
||||
var index = 0
|
||||
for (var character of state.initiativeOrder) {
|
||||
text += `${++index}. ${character.name} (Initiative: ${character.initiative})\n`
|
||||
text += `${++index}. ${character.name} (Initiative: ${character.calculatedInitiative})\n`
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue