Update party-sheet.html
Change Party Sheet to show throw instead of Attack Bonus.master
parent
0c89260436
commit
9ce4aea4fa
|
@ -46,7 +46,7 @@
|
||||||
{{#unless @root.settings.ascending}}
|
{{#unless @root.settings.ascending}}
|
||||||
{{e.data.data.thac0.value}}
|
{{e.data.data.thac0.value}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{e.data.data.thac0.bba}}
|
{{e.data.data.thac0.throw}}
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
</div>
|
</div>
|
||||||
{{#if (eq e.data.type 'character')}}
|
{{#if (eq e.data.type 'character')}}
|
||||||
|
|
Loading…
Reference in New Issue