fix strength for melee weapons

This commit is contained in:
NilsUeter
2023-05-08 07:48:29 +02:00
parent f4f3e355bf
commit 4c3e3a84e5
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ const Unit = ({ unit, index, catalog, onePerPage }) => {
range: "Melee",
damage: "1",
type: "Melee",
str: "0",
str: "+0",
ap: "0",
});
}