From 9ce4aea4fa37c9fa5e117b24966a94f0830659cc Mon Sep 17 00:00:00 2001 From: The Happy Anarchist Date: Tue, 22 Sep 2020 13:45:56 -1000 Subject: [PATCH] Update party-sheet.html Change Party Sheet to show throw instead of Attack Bonus. --- src/templates/apps/party-sheet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/apps/party-sheet.html b/src/templates/apps/party-sheet.html index b4c9323..6966fe4 100644 --- a/src/templates/apps/party-sheet.html +++ b/src/templates/apps/party-sheet.html @@ -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}} {{#if (eq e.data.type 'character')}}