more weapon ocurences
This commit is contained in:
@@ -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.",
|
||||
""
|
||||
|
||||
Reference in New Issue
Block a user