Use initiative
This commit is contained in:
@@ -463,7 +463,7 @@ export class Hero6Actor extends Actor {
|
||||
getBaseInit(turn) {
|
||||
if ( turn != this.turn) {
|
||||
let r = new Roll("1d6").roll({ async: false })
|
||||
this.currentInit = this.system.characteristics.dex.value + (r.total / 10)
|
||||
this.currentInit = this.system.characteristics.dex.initiative + (r.total / 10)
|
||||
this.turn = turn
|
||||
}
|
||||
return this.currentInit
|
||||
|
Reference in New Issue
Block a user