2022-07-26 22:38:04 +02:00
|
|
|
<div class="post-item" data-transfer="{{transfer}}">
|
|
|
|
<h3><b>{{name}}</b></h3>
|
|
|
|
{{#if img}}
|
|
|
|
<img class="chat-img" src="{{img}}" title="{{name}}" />
|
|
|
|
{{/if}}
|
|
|
|
<div>{{name}} has just activated the Perk: {{perk.name}}.</div>
|
2022-08-14 15:27:54 +02:00
|
|
|
|
2022-09-29 10:59:47 +02:00
|
|
|
{{#if (count perk.system.activatedtext)}}
|
|
|
|
<div>{{perk.system.activatedtext}}</div>
|
2022-08-14 15:27:54 +02:00
|
|
|
{{/if}}
|
|
|
|
|
2022-07-26 22:38:04 +02:00
|
|
|
</div>
|