Fix: fabrication de potion depuis l'herbe

La fabrication ne marchait plus
This commit is contained in:
Vincent Vandemeulebrouck 2023-10-24 22:24:54 +02:00
parent 42ad4c5b26
commit 41ab593059
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ export class RdDItemSheet extends ItemSheet {
this.html.find('.creer-tache-livre').click((event) => this._getEventActor(event).creerTacheDepuisLivre(this.item));
this.html.find('.consommer-potion').click((event) => this._getEventActor(event).consommerPotion(this.item, this.getActionRenderItem()));
this.html.find('.creer-potion-base').click((event) => this._getEventActor(event).dialogFabriquerPotion(this.item));
this.html.find('.creer-potion-base').click((event) => this._getEventActor(event).actionHerbe(this.item));
this.html.find('.alchimie-tache a').click((event) => {
let actor = this._getEventActor(event);