Fix v9
This commit is contained in:
@ -225,7 +225,7 @@ export class YggdrasillActor extends Actor {
|
||||
}
|
||||
/* -------------------------------------------- */
|
||||
getInitiativeScore() {
|
||||
if ( this.type == 'character') {
|
||||
if ( this.type == 'personnage') {
|
||||
return this.data.data.caracsecondaire.reaction.max;
|
||||
} else {
|
||||
return this.data.data.attributs.physique.values.defaut.value;
|
||||
|
Reference in New Issue
Block a user