Buffs now display who and what they were applied by.

This commit is contained in:
Jacob
2017-08-09 11:13:24 +01:00
parent 1279137362
commit cb648b4a28
2 changed files with 39 additions and 0 deletions

View File

@@ -9,6 +9,9 @@
</template>
<template name="buffDetails">
<div>
{{appliedBy}}
</div>
{{#if description}}
<hr style="margin: 16px 0 16px 0;">
<div>{{#markdown}}{{evaluateString charId description}}{{/markdown}}</div>