2022-02-16 17:43:51 +01:00
|
|
|
<div class="post-item" data-transfer="{{transfer}}">
|
|
|
|
<h3><b>{{name}}</b></h3>
|
|
|
|
{{#if img}}
|
|
|
|
<img class="chat-img" src="{{img}}" title="{{name}}" />
|
|
|
|
{{/if}}
|
2022-07-26 22:38:04 +02:00
|
|
|
<div>{{name}} has just deactivated the Perk: {{perk.name}}, make sure to manually delete all Effects provided by this Perk from Targets.</div>
|
2022-08-14 15:27:54 +02:00
|
|
|
|
|
|
|
{{#if (count perk.data.deactivatedtext)}}
|
|
|
|
<div>{{perk.data.deactivatedtext}}</div>
|
|
|
|
{{/if}}
|
|
|
|
|
2022-02-16 17:43:51 +01:00
|
|
|
</div>
|