From 1cea9753a9bb49c8a7b8d55ad192cf924b9b6ffc Mon Sep 17 00:00:00 2001 From: sladecraven Date: Fri, 9 Apr 2021 18:13:34 +0200 Subject: [PATCH] #171 - Gestion potions / consommation --- module/actor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/actor.js b/module/actor.js index 681a3123..91abbdc7 100644 --- a/module/actor.js +++ b/module/actor.js @@ -3310,7 +3310,7 @@ export class RdDActor extends Actor { } /* -------------------------------------------- */ - consommerPotionGenerique( potionData ) { + async consommerPotionGenerique( potionData ) { potionData.alias = this.name; if (potionData.data.categorie.includes('Enchante')) {