diff --git a/module/actor.js b/module/actor.js index a51c6ddf..2e839390 100644 --- a/module/actor.js +++ b/module/actor.js @@ -323,7 +323,9 @@ export class RdDActor extends RdDBaseActorSang { } async setInfoSommeilInsomnie() { - await this.update({ 'system.sommeil.insomnie': EffetsDraconiques.isSujetInsomnie(this) }); + if (EffetsDraconiques.isSujetInsomnie(this)) { + await this.update({ 'system.sommeil.insomnie': true }); + } } async setInfoSommeilMoral(situationMoral) {