Update party-sheet.html

Fix for party sheet not showing ascending AC.
master
The Happy Anarchist 2020-09-21 22:07:02 -10:00
parent 26316a6b8d
commit 60705b3d9c
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
<div class="flexrow field-row">
<div class="field-short" title="{{localize 'ACKS.Thac0'}}">
<i class="fas fa-crosshairs"></i>
{{#unless settings.ascendingAC}}
{{#unless @root.settings.ascending}}
{{e.data.data.thac0.value}}
{{else}}
{{e.data.data.thac0.bba}}