Skip to content

Commit

Permalink
Add baby anaconda to snake hatch (#822)
Browse files Browse the repository at this point in the history
Add baby anaconda to snake hatch, using the anaconda logo
  • Loading branch information
KittyBorgX committed Aug 30, 2021
1 parent 0da256c commit 6c63e3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bot/exts/evergreen/snakes/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"Baby Rattle Snake": "https://i.imgur.com/i5jYA8f.png",
"Baby Dragon Snake": "https://i.imgur.com/SuMKM4m.png",
"Baby Garden Snake": "https://i.imgur.com/5vYx3ah.png",
"Baby Cobra": "https://i.imgur.com/jk14ryt.png"
"Baby Cobra": "https://i.imgur.com/jk14ryt.png",
"Baby Anaconda": "https://i.imgur.com/EpdrnNr.png",
}

BOARD_TILE_SIZE = 56 # the size of each board tile
Expand Down

0 comments on commit 6c63e3c

Please sign in to comment.