mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19:54 +02:00
[Fix] Cleanup RangeDependant (#2039)
* Made the RangeDependent setting for ActiveEffects Nullable * Removed all RangeDependent data from SRD where enabled was false before * Fixed random flickerfly SRD
This commit is contained in:
parent
2782b62793
commit
b2eeed7bb7
280 changed files with 1692 additions and 3605 deletions
|
|
@ -14,7 +14,7 @@
|
|||
{{/each}}
|
||||
</ol>
|
||||
|
||||
<fieldset class="armor-change-container optional">
|
||||
<fieldset class="armor-change-container optional {{#if typeChanges.armor}}active{{/if}}">
|
||||
<legend>
|
||||
{{localize "DAGGERHEART.GENERAL.armor"}}
|
||||
<input type="checkbox" class="armor-change-checkbox" data-index="{{typedChanges.armor.index}}" {{checked typedChanges.armor}} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue