mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-05 13:10:28 -04:00
#attack and #cast can target enemies by enemy number
This commit is contained in:
parent
5784b2328a
commit
e9743ed99e
3 changed files with 72 additions and 45 deletions
|
@ -1390,7 +1390,6 @@ function createEncounter(listName) {
|
|||
initiativeSuffix += Math.floor(3 * (multiplier - 1))
|
||||
initiativeSuffix = `${initiativeSuffix > 0 ? "+" : ""}${initiativeSuffix}`
|
||||
enemy.initiative = `${initiativePrefix}${initiativeSuffix == 0 ? "" : initiativeSuffix}`
|
||||
log(enemy)
|
||||
}
|
||||
|
||||
return encounter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue