hide rules when desired

This commit is contained in:
NilsUeter
2023-05-20 19:13:35 +02:00
parent 71ad8d2690
commit b22f0a8ae7
2 changed files with 40 additions and 21 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ const Weapon = ({ weapon, modelStats, isMelee, className, forceRules }) => {
return abilities;
};
replaceAbilityWithType(["Blast.", "Blast"], "Blast");
replaceAbilityWithType(["Blast.", "Blast, ", "Blast"], "Blast");
replaceAbilityWithType(
[
"Each time an attack is made with this weapon, that attack automatically hits the target.",