Fix bugs + Enhance stress

This commit is contained in:
2021-10-11 11:09:30 +02:00
parent 933b82e43a
commit dbc17e580c
4 changed files with 58 additions and 3 deletions

View File

@ -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()) {