Volonté ajusté par moral

This commit is contained in:
2020-12-18 23:57:28 +01:00
parent 15d67e72a3
commit 6f22c4ab18
5 changed files with 31 additions and 17 deletions

View File

@ -109,6 +109,11 @@ export class RdDActor extends Actor {
return this.data.type == 'creature' || this.data.type == 'entite';
}
/* -------------------------------------------- */
isPersonnage() {
return this.data.type == 'personnage';
}
/* -------------------------------------------- */
getReveActuel() {
return this.data.data.reve.reve.value;