From d2b2528f4f2a584c63fa78dadfb1e4773cfdcdc5 Mon Sep 17 00:00:00 2001 From: GorgonsGrimoireLLC Date: Fri, 20 Mar 2026 14:14:13 -0400 Subject: [PATCH] Fixed THAC0 and Total Weight I fixed the problem with THAC0 exceeding 20 when showing the to hit for negative AC. It's now properly clamped to 20 as the maximum for the roll needed. Total weight was exceeding the three decimal places to show up to 8 places when there was only 3 decimal places being calculated. --- .../DAD_Character_Sheet_v2.html | 78 +++++++++++++++++-- 1 file changed, 73 insertions(+), 5 deletions(-) diff --git a/Damsels, Adventurers, and Dragons/DAD_Character_Sheet_v2.html b/Damsels, Adventurers, and Dragons/DAD_Character_Sheet_v2.html index a4e2a0a305..fec754c051 100644 --- a/Damsels, Adventurers, and Dragons/DAD_Character_Sheet_v2.html +++ b/Damsels, Adventurers, and Dragons/DAD_Character_Sheet_v2.html @@ -536,6 +536,7 @@ \ No newline at end of file