diff --git a/src/Weapons.jsx b/src/Weapons.jsx index 844d7ad..9a66702 100644 --- a/src/Weapons.jsx +++ b/src/Weapons.jsx @@ -385,6 +385,9 @@ const Weapon = ({ abilities?.includes( "Each time an attack is made with this weapon profile, make 3 hit rolls instead of 1." ) || + abilities?.includes( + "Each time an attack is made with this weapon profile, made 3 hit rolls instead of 1." + ) || abilities?.includes( "Each time an attack is made with this weapon, make 3 hit rolls instead of 1." ) @@ -394,6 +397,10 @@ const Weapon = ({ "Each time an attack is made with this weapon profile, make 3 hit rolls instead of 1.", "" ) + .replaceAll( + "Each time an attack is made with this weapon profile, made 3 hit rolls instead of 1.", + "" + ) .replaceAll( "Each time an attack is made with this weapon, make 3 hit rolls instead of 1.", ""