diff --git a/templates/chat/combat/melee-initiator.html b/templates/chat/combat/melee-initiator.html index c3c3e0ae..7f4fb01c 100644 --- a/templates/chat/combat/melee-initiator.html +++ b/templates/chat/combat/melee-initiator.html @@ -14,6 +14,10 @@

{{{item.system.description.value}}} + {{#if this.item.system.properties.spcl}} + {{localize 'CoC7.WeaponSpecial'}} + {{{this.item.system.description.special}}} + {{/if}} {{#if rolled}}
{{#if advantage}}{{localize 'CoC7.Advantage'}}{{/if}} @@ -147,4 +151,4 @@

{{check.malfunctionTxt}}

{{/each}}
{{/if}} - \ No newline at end of file + diff --git a/templates/chat/combat/range-initiator.html b/templates/chat/combat/range-initiator.html index ff2a7420..94cb5ee8 100644 --- a/templates/chat/combat/range-initiator.html +++ b/templates/chat/combat/range-initiator.html @@ -10,6 +10,11 @@

{{{item.system.description.value}}} + {{#if this.item.system.properties.spcl}} + {{localize 'CoC7.WeaponSpecial'}} + {{{this.item.system.description.special}}} + {{/if}} + {{#if rolled}} @@ -338,4 +343,4 @@

{{localize 'CoC7.Target'}}: {{d.targetName}}

{{/unless}} {{/if}} - \ No newline at end of file +