Corrections sur traits et fiches perso/creature
Release Creation / build (release) Successful in 8m45s

This commit is contained in:
2026-06-26 17:05:12 +02:00
parent 5eeffd5e24
commit e270d5704b
103 changed files with 711 additions and 403 deletions
@@ -24,6 +24,9 @@ export default class MournbladeCYD2DonSheet extends MournbladeCYD2ItemSheetV2 {
const context = await super._prepareContext();
context.owner = this.document.isOwner;
context.editable = this.isEditable;
context.enrichedSacrifice = await foundry.applications.ux.TextEditor.implementation.enrichHTML(
this.document.system.sacrifice || "", { async: true }
);
return context;
}
}