remove comment

This commit is contained in:
CassieLevett
2024-04-14 16:40:46 +00:00
parent d93cb1d83e
commit 15052d8b63
@@ -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
// bearers 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,