Start vehicle automation

This commit is contained in:
2022-09-16 17:36:58 +02:00
parent ae697b0bb8
commit 9a20a96cec
12 changed files with 190 additions and 37 deletions

View File

@ -399,7 +399,7 @@ export class PegasusUtility {
this.rollPegasus(rollData)
character.modifyHeroLevelRemaining(-1)
} else {
ui.notifications.warn(`No more Hero Level for ${actor.name} ! Unable to reroll.`)
ui.notifications.warn(`No more Hero Level for ${character.name} ! Unable to reroll.`)
}
}
}