forked from public/foundryvtt-reve-de-dragon
Volonté ajusté par moral
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user