mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19:54 +02:00
Changed so that chat messages never show the actor name, instead using alias (#2054)
This commit is contained in:
parent
1af86d87bb
commit
c25c4d63f7
1 changed files with 3 additions and 8 deletions
|
|
@ -6,18 +6,13 @@
|
||||||
<div class="message-sub-header-container">
|
<div class="message-sub-header-container">
|
||||||
{{#if message.title}}
|
{{#if message.title}}
|
||||||
<h4>{{message.title}}</h4>
|
<h4>{{message.title}}</h4>
|
||||||
<div>{{actor.name}} {{#if author.isGM}}(GM){{/if}}</div>
|
<div>{{alias}} {{#if author.isGM}}(GM){{/if}}</div>
|
||||||
{{else}}
|
{{else}}
|
||||||
{{#unless actor.name}}
|
{{#unless actor.name}}
|
||||||
<h4>{{author.name}}</h4>
|
<h4>{{author.name}}</h4>
|
||||||
{{else}}
|
{{else}}
|
||||||
{{#if (eq message.type 'base')}}
|
<h4>{{alias}}</h4>
|
||||||
<h4>{{actor.name}}</h4>
|
<div>{{author.name}}</div>
|
||||||
<div>{{author.name}}</div>
|
|
||||||
{{else}}
|
|
||||||
<h4>{{alias}}</h4>
|
|
||||||
<div>{{actor.name}} {{#if author.isGM}}(GM){{/if}}</div>
|
|
||||||
{{/if}}
|
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue