mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-12-16 13:40:53 +08:00
🐛 修复稻妻解锁情况的判断错误 #426
This commit is contained in:
parent
5b6631f9e5
commit
01d4e03adf
@ -228,7 +228,7 @@ class PlayerInfo(Model):
|
||||
tree_level=daoqi_data['offerings'][0]['level'],
|
||||
percent=daoqi_data['exploration_percentage'])
|
||||
else:
|
||||
info.world_explore.DaoQi = PlayerWorldInfo(name='稻妻', unlock=True)
|
||||
info.world_explore.DaoQi = PlayerWorldInfo(name='稻妻', unlock=False)
|
||||
if yxg_data := list(filter(lambda h: h['name'] == '渊下宫', data['world_explorations'])):
|
||||
yxg_data = yxg_data[0]
|
||||
info.world_explore.Enkanomiya = PlayerWorldInfo(name='渊下宫', unlock=True,
|
||||
|
Loading…
x
Reference in New Issue
Block a user