mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
remove comment
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user