diff --git a/module/blades-roll.js b/module/blades-roll.js index 1037bec..aac68c9 100644 --- a/module/blades-roll.js +++ b/module/blades-roll.js @@ -88,7 +88,7 @@ async function showChatRollMessage(r, zeromode, attribute_name = "", position = effect_localize = 'BITD.EffectStandard' } - let result = await renderTemplate("systems/blades-in-the-dark/templates/blades-roll.html", {rolls: rolls, roll_status: roll_status, attribute_label: attribute_label, position: position, effect: effect_localize}); + let result = await renderTemplate("systems/blades-in-the-dark/templates/blades-roll.html", {rolls: rolls, roll_status: roll_status, attribute_label: attribute_label, position: position, position_localize: position_localize, effect: effect, effect_localize: effect_localize}); let messageData = { speaker: speaker, diff --git a/templates/blades-roll.html b/templates/blades-roll.html index 976c16d..ca6699d 100644 --- a/templates/blades-roll.html +++ b/templates/blades-roll.html @@ -2,7 +2,7 @@ {{#if attribute_label}}
{{localize attribute_label}}
{{/if}} {{#if position}}
- {{{localize position}}} | {{{localize effect}}} + {{{localize position_localize}}} | {{{localize effect_localize}}}
{{/if}}