Skip to content

Commit

Permalink
chore: add root rider and spirit fox
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasthaler committed Dec 15, 2023
1 parent e4febdb commit 882db83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion coc/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ class Resource(Enum):
"Bowler",
"Ice Golem",
"Headhunter",
"Apprentice Warden"
"Apprentice Warden",
"Root Rider",
]

SIEGE_MACHINE_ORDER = [
Expand Down Expand Up @@ -190,6 +191,7 @@ class Resource(Enum):
"Diggy",
"Poison Lizard",
"Phoenix",
"Spirit Fox"
]

EQUIPMENT = [
Expand Down

0 comments on commit 882db83

Please sign in to comment.