diff --git a/src/Weapons.jsx b/src/Weapons.jsx index 3a8b0bf..c719559 100644 --- a/src/Weapons.jsx +++ b/src/Weapons.jsx @@ -246,7 +246,7 @@ const Weapon = ({ weapon, modelStats, isMelee, className }) => { {range} {isMelee ? meleeAttacks : attacks} {isMelee ? ws : bs} - {isMelee ? calculateWeaponStrength(strModel, str) : str} + {calculateWeaponStrength(strModel, str)} {ap} {damage}