Fix: Recevoir une queue annulait l'insomnie
This commit is contained in:
parent
9093eadb23
commit
ac436bbb25
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user