Skip to content

Commit 1d3d909

Browse files
authored
Added "Invisibility Spell" and "log launcher"
1 parent 5e05aa3 commit 1d3d909

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

coc/enums.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def __str__(self):
8585
"Battle Blimp",
8686
"Stone Slammer",
8787
"Siege Barracks",
88+
"Log Launcher",
8889
]
8990

9091
SUPER_TROOP_ORDER = [
@@ -123,6 +124,7 @@ def __str__(self):
123124
"Jump Spell",
124125
"Freeze Spell",
125126
"Clone Spell",
127+
"Invisibility Spell",
126128
]
127129

128130
DARK_ELIXIR_SPELL_ORDER = [

0 commit comments

Comments
 (0)