From 15052d8b63ccbac3748dd2bb31d3ccebf40e1255 Mon Sep 17 00:00:00 2001 From: CassieLevett Date: Sun, 14 Apr 2024 16:40:46 +0000 Subject: [PATCH] remove comment --- Without Numbers/Source/ts/calculations.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Without Numbers/Source/ts/calculations.ts b/Without Numbers/Source/ts/calculations.ts index fdf16190b3..e65e2a9967 100644 --- a/Without Numbers/Source/ts/calculations.ts +++ b/Without Numbers/Source/ts/calculations.ts @@ -171,11 +171,6 @@ const calculateAC = () => { ); }; - //Shields grant a base AC to their user; 13 for primitive and riot shields, and 15 for a force pavis. If the - // bearer’s AC is already equal or better, the shield simply - // grants a +1 AC bonus. Primitive and riot shields are - // ignored by all weapons that ignore primitive armor. - const calculateStackedArmor = (acType: string): number => { return Math.max( 0,