Skip to content

Commit

Permalink
fix: new player boy and girl
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed May 8, 2024
1 parent e1fe087 commit 90df0ff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion res_func/avatar.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,11 @@ async def load_icons(path: Path) -> List[AvatarIcon]:


async def fetch_station_ktz(tasks, datas, player_avatars: List[Tag]):
data_map = {"开拓者·毁灭": (8001, 8002), "开拓者·存护": (8003, 8004)}
data_map = {
"开拓者·毁灭": (8001, 8002),
"开拓者·存护": (8003, 8004),
"开拓者·同谐": (8005, 8006),
}
idx = 0
for key, value in data_map.items():
tasks.append(parse_station(datas, key, player_avatars[idx], value[0]))
Expand Down

0 comments on commit 90df0ff

Please sign in to comment.