diff --git a/module/actor.js b/module/actor.js index 4fff86e3..ff8ada59 100644 --- a/module/actor.js +++ b/module/actor.js @@ -558,6 +558,7 @@ export class RdDActor extends RdDBaseActorSang { } fatigue = Math.max(fatigueMin, this._calculRecuperationSegment(fatigue)) await this.update({ 'system.sante.fatigue.value': fatigue }); + await new Promise(resolve => setTimeout(resolve, 200)); if (fatigue == 0) { message.content += "Vous ĂȘtes complĂȘtement reposĂ©. "; }