13 lines
419 B
HTML
13 lines
419 B
HTML
<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 deactivated the Perk: {{perk.name}}, make sure to manually delete all Effects provided by this Perk from Targets.</div>
|
|
|
|
{{#if (count perk.system.deactivatedtext)}}
|
|
<div>{{perk.system.deactivatedtext}}</div>
|
|
{{/if}}
|
|
|
|
</div>
|