more weapon ocurences

This commit is contained in:
NilsUeter
2023-06-08 12:39:51 +02:00
parent bffcf1f178
commit 99e136dfd9
+7
View File
@@ -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.",
""