forked from public/foundryvtt-reve-de-dragon
Fix bugs + Enhance stress
This commit is contained in:
@ -2895,6 +2895,15 @@ export class RdDActor extends Actor {
|
||||
}
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
getHeureNaissance() {
|
||||
if (this.isCreature()) {
|
||||
return 0;
|
||||
}
|
||||
const actorData = Misc.data(this);
|
||||
return actorData.data.heure;
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
ajustementAstrologique() {
|
||||
if (this.isCreature()) {
|
||||
|
Reference in New Issue
Block a user