Skip to content

Commit

Permalink
Fix missing decrease def wording
Browse files Browse the repository at this point in the history
  • Loading branch information
KeziahMoselle committed Oct 3, 2023
1 parent f9ed410 commit 815d455
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/config/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,12 @@ export const SKILLS_TYPES = [
},
{
label: "Reduce defense",
options: ["reduce def", "decrease their def", "reduce enemy defense"],
options: [
"reduce def",
"decrease their def",
"reduce enemy defense",
"decrease def",
],
},
{
label: "Reduce attack (Ripper)",
Expand Down

0 comments on commit 815d455

Please sign in to comment.