mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
[Fix] Fixed 1.0.6 Errors (#1020)
* Raised version * Removed references to the unreleased expandChatMessage * Raised version * Restored 1.0.6 as version
This commit is contained in:
parent
b3062bf5b9
commit
a415ab9955
4 changed files with 11 additions and 27 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<div class="daggerheart dh-style tooltip">
|
||||
<h2 class="tooltip-title">{{item.name}}</h2>
|
||||
<h2 class="tooltip-title">{{localize item.name}}</h2>
|
||||
<img class="tooltip-image" src="{{item.img}}" />
|
||||
<div class="tooltip-description">{{{description}}}</div>
|
||||
{{#if item.uses.max}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue