Skip to content

Commit 98630ae

Browse files
authored
Merge pull request #263 from mathsman5133/feb-update
Feb update
2 parents 48e6986 + 7c041f2 commit 98630ae

File tree

13 files changed

+2428
-827
lines changed

13 files changed

+2428
-827
lines changed

coc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SOFTWARE.
2323
"""
2424

25-
__version__ = "3.8.4"
25+
__version__ = "3.9.0"
2626

2727
from .abc import BasePlayer, BaseClan
2828
from .clans import RankedClan, Clan

coc/enums.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ def in_game_name(self) -> str:
198198
"Log Launcher",
199199
"Flame Flinger",
200200
"Battle Drill",
201+
"Troop Launcher"
201202
]
202203

203204
SUPER_TROOP_ORDER = [
@@ -307,7 +308,9 @@ def in_game_name(self) -> str:
307308
"Magic Mirror",
308309
"Henchmen Puppet",
309310
"Dark Orb",
310-
"Electro Boots"
311+
"Electro Boots",
312+
"Snake Bracelet",
313+
"Metal Pants"
311314
]
312315

313316
ACHIEVEMENT_ORDER = [

0 commit comments

Comments
 (0)