forked from public/foundryvtt-reve-de-dragon
Amélioration de recherches
This commit is contained in:
@ -101,7 +101,7 @@ export class RdDItemSheet extends ItemSheet {
|
||||
isSoins: false,
|
||||
description: await TextEditor.enrichHTML(this.item.system.description, { async: true }),
|
||||
descriptionmj: await TextEditor.enrichHTML(this.item.system.descriptionmj, { async: true }),
|
||||
isComestible: this.item.isComestible()
|
||||
isComestible: this.item.getUtilisationCuisine()
|
||||
}
|
||||
|
||||
const competences = await SystemCompendiums.getCompetences(this.actor?.type);
|
||||
|
Reference in New Issue
Block a user