Update party-sheet.html

Change Party Sheet to show throw instead of Attack Bonus.
master
The Happy Anarchist 2020-09-22 13:45:56 -10:00
parent 0c89260436
commit 9ce4aea4fa
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
{{#unless @root.settings.ascending}}
{{e.data.data.thac0.value}}
{{else}}
{{e.data.data.thac0.bba}}
{{e.data.data.thac0.throw}}
{{/unless}}
</div>
{{#if (eq e.data.type 'character')}}