Skip to content

Commit

Permalink
Merge pull request #263 from mathsman5133/feb-update
Browse files Browse the repository at this point in the history
Feb update
  • Loading branch information
lukasthaler authored Feb 16, 2025
2 parents 48e6986 + 7c041f2 commit 98630ae
Show file tree
Hide file tree
Showing 13 changed files with 2,428 additions and 827 deletions.
2 changes: 1 addition & 1 deletion coc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
SOFTWARE.
"""

__version__ = "3.8.4"
__version__ = "3.9.0"

from .abc import BasePlayer, BaseClan
from .clans import RankedClan, Clan
Expand Down
5 changes: 4 additions & 1 deletion coc/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ def in_game_name(self) -> str:
"Log Launcher",
"Flame Flinger",
"Battle Drill",
"Troop Launcher"
]

SUPER_TROOP_ORDER = [
Expand Down Expand Up @@ -307,7 +308,9 @@ def in_game_name(self) -> str:
"Magic Mirror",
"Henchmen Puppet",
"Dark Orb",
"Electro Boots"
"Electro Boots",
"Snake Bracelet",
"Metal Pants"
]

ACHIEVEMENT_ORDER = [
Expand Down
Loading

0 comments on commit 98630ae

Please sign in to comment.