From 99e136dfd9cc9988a3dc84d842bb8d79036a2f4e Mon Sep 17 00:00:00 2001 From: NilsUeter Date: Thu, 8 Jun 2023 12:39:51 +0200 Subject: [PATCH] more weapon ocurences --- src/Weapons.jsx | 7 +++++++ 1 file changed, 7 insertions(+) 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.", ""