Skip to content

Commit

Permalink
feat: add support for new map Hanaoka
Browse files Browse the repository at this point in the history
  • Loading branch information
tylovejoy committed Apr 19, 2024
1 parent 984ff0f commit 301233e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ def _remove_extra_chars(self, string: str):
MapMetadata("Suravasa", discord.Color.from_str("#81EBE0")),
MapMetadata("New Junk City", discord.Color.from_str("#EC9D00")),
MapMetadata("Samoa", discord.Color.from_str("#F9FF57")),
MapMetadata("Hanaoka", discord.Color.from_str("#EF72A3")),
]

MAP_DATA: dict[str, MapMetadata] = {const.NAME: const for const in all_map_constants}
Expand Down

0 comments on commit 301233e

Please sign in to comment.