Skip to content

Commit

Permalink
fix: 珠宝消耗干扰免费商品购买
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebartin committed Mar 28, 2023
1 parent b7f6ca1 commit 04e2af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NIKKE/NIKKE日常.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function 商店() {
return null;
return [t, res.text.match(/(珠宝|招募|优先|扣除)/) != null];
}, 30, 1000);
if (costGem) {
if (costGem && good.text != '免费商品') {
log('消耗珠宝,放弃购买');
back();
return;
Expand Down

0 comments on commit 04e2af6

Please sign in to comment.