This commit is contained in:
2022-01-12 12:09:36 +01:00
parent 45922a1277
commit bafaaad6b4
3 changed files with 6 additions and 2 deletions

View File

@ -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;