Skip to content

Commit

Permalink
Revert "[TEMP] remap addattack2 to extra"
Browse files Browse the repository at this point in the history
This reverts commit ab0d991.
  • Loading branch information
narumi147 committed Dec 24, 2024
1 parent ab0d991 commit f880fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/schemas/gameenums.py
Original file line number Diff line number Diff line change
Expand Up @@ -2369,7 +2369,7 @@ class NiceCardType(StrEnum):
blank = "blank"
weak = "weak"
strength = "strength"
addattack2 = "extra"
addattack2 = "addattack2"


CARD_TYPE_NAME: dict[int, NiceCardType] = {
Expand Down

0 comments on commit f880fbb

Please # to comment.