PNJ & Creatures
This commit is contained in:
13
templates/chat-display-description.html
Normal file
13
templates/chat-display-description.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="chat-message-header">
|
||||
{{#if actorImg}}
|
||||
<img class="actor-icon" src="{{img}}" alt="{{alias}}" />
|
||||
{{/if}}
|
||||
<h4 class=chat-actor-name>{{name}}</h4>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
<div class="flexcol">
|
||||
Description : {{{system.description}}}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user