Nouvelle fenêtre de jets de dés

This commit is contained in:
2025-09-19 22:43:49 +02:00
parent 652c435833
commit 1ff32697f4
134 changed files with 4025 additions and 400 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ export class RdDActorSheet extends RdDBaseActorSangSheet {
formData.difficultesLibres = CONFIG.RDD.difficultesLibres;
formData.hautreve = {
isDemiReve: this.actor.getEffect(STATUSES.StatusDemiReve),
isDemiReve: this.actor.isDemiReve(),
cacheTMR: this.actor.isTMRCache()
}