mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +01:00
fix _getTags type error and add a alias label for non base messages
This commit is contained in:
parent
b53ad2d3ca
commit
57f19c41cd
5 changed files with 19 additions and 10 deletions
|
|
@ -7,6 +7,8 @@
|
|||
<h4>{{ifThen message.title message.title alias}}</h4>
|
||||
{{#if actor.name}}
|
||||
<div>{{actor.name}} {{#if author.isGM}}(GM){{/if}}</div>
|
||||
{{else unless (eq message.type 'base')}}
|
||||
<div>{{alias}}</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue