Préparation 11.1.5 #680
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user