Fix: Recevoir une queue annulait l'insomnie

This commit is contained in:
Vincent Vandemeulebrouck 2023-11-12 00:24:42 +01:00
parent 9093eadb23
commit ac436bbb25

View File

@ -323,7 +323,9 @@ export class RdDActor extends RdDBaseActorSang {
} }
async setInfoSommeilInsomnie() { 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) { async setInfoSommeilMoral(situationMoral) {