fix: 商店因为动画卡在源石锭不足

fix #13632
This commit is contained in:
uye
2025-08-11 15:14:37 +08:00
parent ad0c29014c
commit 06b2292505
2 changed files with 4 additions and 2 deletions

View File

@@ -1777,7 +1777,9 @@
"Roguelike@TraderRandomShoppingConfirm": {
"action": "ClickSelf",
"roi": [872, 425, 221, 136],
"next": ["Roguelike@TraderRandomShopping", "Roguelike@ChooseOperFlag", "Roguelike@StageTraderLeave", "#self"]
"Doc": "点完有个动画,要是在动画中识别到了再点可能会点到其他商品里去,加个延迟再加个取消",
"postDelay": 1000,
"next": ["Roguelike@TraderRandomShopping", "Roguelike@ChooseOperFlag", "Roguelike@StageTraderLeave", "#self", "Roguelike@TraderRandomShoppingCancel"]
},
"Roguelike@TutorialButton": {
"doc": [

View File

@@ -43,7 +43,7 @@ bool asst::RoguelikeShoppingTaskPlugin::_run()
}
}
sleep(500);
sleep(1000);
return true;
}