forked from public/foundryvtt-reve-de-dragon
Consommer nourriture, suite #168
This commit is contained in:
@ -261,7 +261,7 @@ export class RdDActorSheet extends ActorSheet {
|
||||
const li = $(ev.currentTarget).parents(".item");
|
||||
const itemId = li.data("item-id");
|
||||
const item = this.actor.getObjet(itemId);
|
||||
this.actor.consommer(item);
|
||||
this.actor.consommerDialog(item);
|
||||
});
|
||||
html.find('.subacteur-delete').click(ev => {
|
||||
const li = $(ev.currentTarget).parents(".item");
|
||||
|
Reference in New Issue
Block a user