mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
Corrected experience value display to handle negative values aswell
This commit is contained in:
parent
d96e72505a
commit
5413730108
2 changed files with 2 additions and 2 deletions
|
|
@ -145,7 +145,7 @@
|
|||
{{#each document.system.experiences as |experience id|}}
|
||||
<div class="experience-row" data-tooltip-text="{{experience.description}}">
|
||||
<span class="experience-value">
|
||||
+{{experience.value}}
|
||||
{{numberFormat experience.value sign=true}}
|
||||
</span>
|
||||
<span class="experience-name">{{experience.name}}</span>
|
||||
<div class="controls">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue