mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
286 - Adversary Experience Value Bug (#293)
* Changed experience schema field name from 'modifier' to 'total' to match useage in Character and Companion * Using 'signedString()'
This commit is contained in:
parent
87b3677956
commit
5aa9ba661a
4 changed files with 5 additions and 7 deletions
|
|
@ -94,7 +94,7 @@
|
|||
{{#each source.system.experiences as |experience id|}}
|
||||
<div class="experience-row">
|
||||
<div class="experience-value">
|
||||
+{{experience.modifier}}
|
||||
+{{experience.total}}
|
||||
</div>
|
||||
<span class="experience-name">{{experience.name}}</span>
|
||||
<div class="controls">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue