Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KingFruit85 committed Feb 3, 2020
1 parent 05ec3aa commit 9e2e9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.js
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ function calculateArmorClass(char) {
AC += 2;
} else if (
weapons.some(item => item.name === "Wooden Shield") &&
armorProfincludes("shields")
armorProf.includes("shields")
) {
AC += 2;
}
Expand Down

0 comments on commit 9e2e9b4

Please sign in to comment.