暂时注释自家地下无零件不收取好友零件
This commit is contained in:
@ -824,10 +824,10 @@ function PickUpComponent(index, encryptPin) {
|
||||
}
|
||||
//偷好友的电力
|
||||
async function stealFriend() {
|
||||
if (!$.pickUpMyselfComponent) {
|
||||
$.log(`今日收取零件已达上限,偷好友零件也达到上限,故跳出`)
|
||||
return
|
||||
}
|
||||
// if (!$.pickUpMyselfComponent) {
|
||||
// $.log(`今日收取零件已达上限,偷好友零件也达到上限,故跳出`)
|
||||
// return
|
||||
// }
|
||||
await getFriendList();
|
||||
$.friendList = [...new Set($.friendList)];
|
||||
for (let i = 0; i < $.friendList.length; i++) {
|
||||
|
Reference in New Issue
Block a user