Skip to content

Commit

Permalink
Add a couple old 1v1 map names
Browse files Browse the repository at this point in the history
  • Loading branch information
acarapetis committed Aug 17, 2024
1 parent 232d4eb commit 3f5f26b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shroudstone/replay/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ def split_replay(replay: Union[Path, BinaryIO]) -> Iterable[bytes]:
# in the replay. (We have MatchType info now, but this doesn't help for Custom games.)
# For now, we just hardcode the known maps.
player_slot_count: Dict[str, int] = {
"SecludedGrove": 2,
"Lost_Hope_V01": 2,
"Boneyard": 2,
"BrokenCrown": 2,
"IsleOfDread": 2,
Expand Down

0 comments on commit 3f5f26b

Please sign in to comment.