Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
  • Loading branch information
HornCopper committed Jun 24, 2023
1 parent 1f4d535 commit 695aa50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/jx3/dungeon/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ async def genderater(map, mode, boss):
armors = data["armors"]
others = data["others"]
weapons = data["weapons"]
if len(armors) == 0 and len(others) == 0 and len(weapons) == 0:
return ["唔……没有找到该boss的掉落哦~\n您确定" + f"{boss}住在{mode}{map}吗?"]
chart = [["装备"]]
if armors == None:
chart.append(["无"])
Expand Down

0 comments on commit 695aa50

Please sign in to comment.