Fix #71 : Display perk text

This commit is contained in:
2022-09-29 10:59:47 +02:00
parent 428db5e441
commit a5e17b8276
4 changed files with 11 additions and 11 deletions

View File

@@ -5,8 +5,8 @@
{{/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.data.deactivatedtext)}}
<div>{{perk.data.deactivatedtext}}</div>
{{#if (count perk.system.deactivatedtext)}}
<div>{{perk.system.deactivatedtext}}</div>
{{/if}}
</div>