Using 'signedString()'

This commit is contained in:
WBHarry 2025-07-08 12:10:07 +02:00
parent 80a5f0cecf
commit 5b18c928aa

View file

@ -92,7 +92,7 @@ export default class AdversarySheet extends DHBaseActorSheet {
const cls = getDocumentClass('ChatMessage');
const systemData = {
name: game.i18n.localize('DAGGERHEART.GENERAL.Experience.single'),
description: `${experience.name} ${experience.total < 0 ? experience.total : `+${experience.total}`}`
description: `${experience.name} ${experience.total.signedString()}`
};
const msg = new cls({
type: 'abilityUse',