diff --git a/src/App.jsx b/src/App.jsx index 2d3be71..18035b0 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -240,6 +240,13 @@ function App() { ). +
+ If you have any feedback or find any bugs, write{" "} + + here + {" "} + or send me a message. +
Output Examples
diff --git a/src/Weapons.jsx b/src/Weapons.jsx index 36d54d2..d31da67 100644 --- a/src/Weapons.jsx +++ b/src/Weapons.jsx @@ -141,6 +141,7 @@ const Weapon = ({ weapon, modelStats, isMelee, className }) => { replaceAbilityWithType( [ "Each time an attack is made with this weapon profile, an unmodified hit roll of 6 automatically wounds the target.", + "Each unmodified hit roll of 6 made for this weapon's attacks automatically hits and results in a wound (do not make a wound roll for that attack).", ], "Lethal Hits" );