Skip to content

Commit

Permalink
Fix regression in hazard initiative rolling (#11051)
Browse files Browse the repository at this point in the history
Also update changelog
  • Loading branch information
stwlam authored Nov 2, 2023
1 parent 9b96327 commit 6b1f404
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### System Improvements

- (In3luki, Supe) Add a damage-roll dialog, similar in purpose to the check roll dialog
- (In3luki) Add "not" button to Compendium Browser filter tags
- (stwlam) Add support for aura effect alterations
- (stwlam) Start adding support for designating damage rolls as actually being healing
- (stwlam) Add support for property-rune strike adjustments on melee items
Expand Down
4 changes: 2 additions & 2 deletions static/templates/actors/hazard/partials/sidebar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
<div class="valued-icon">
<input type="text" value="{{numberFormat data.attributes.stealth.value decimals=0 sign=true}}" data-property="system.attributes.stealth.value" data-dtype="Number" placeholder="N/A" />
</div>
<h2 class="roll-init{{#if @root.options.editable}} rollable{{/if}}" data-action="roll-initiative">
<a class="roll-init{{#if @root.options.editable}} rollable{{/if}}" data-action="roll-initiative">
<i class="fa-solid fa-dice-d20"></i>
{{localize "PF2E.StealthLabel"}}
</h2>
</a>
</div>
</div>
</section>
Expand Down

0 comments on commit 6b1f404

Please sign in to comment.