更新模拟宇宙八

This commit is contained in:
a376148946 2023-12-01 22:06:42 +08:00
parent 377d9ccd04
commit 8c55d9d124

View File

@ -62,6 +62,7 @@ progresslist = {
5: '第五世界', 5: '第五世界',
6: '第六世界', 6: '第六世界',
7: '第七世界', 7: '第七世界',
8: '第八世界',
} }
difficultylist = { difficultylist = {
@ -71,6 +72,8 @@ difficultylist = {
4: '', 4: '',
5: 'V', 5: 'V',
6: '', 6: '',
7: '',
8: '',
} }
bufflist = { bufflist = {
@ -300,8 +303,8 @@ async def draw_rogue_img(
# 获取查询者数据 # 获取查询者数据
if floor: if floor:
if floor > 7: if floor > 8:
return '世界不能大于第世界!' return '世界不能大于第世界!'
if floor not in detail_list: if floor not in detail_list:
return '你还没有挑战该模拟宇宙!' return '你还没有挑战该模拟宇宙!'
elif schedule_type == '3': elif schedule_type == '3':