Skip to content

Commit 98e8b49

Browse files
committed
fix: 521每日抽卡的召唤界面重新取色
1 parent 8f1d807 commit 98e8b49

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/common/funcList/521_每日抽卡.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ export class Func521 implements IFuncOrigin {
1717
[left, 58, 21, 0xefd590],
1818
[left, 48, 30, 0xf6e6a8],
1919
[left, 60, 41, 0xedcf8b],
20-
[left, 140, 17, 0xb28956],
21-
[left, 150, 38, 0xb28956],
22-
[left, 178, 26, 0xb28956],
20+
[left, 177, 36, 0xb18956],
21+
[left, 200, 17, 0x2a2534],
22+
[left, 265, 31, 0x593716],
23+
[left, 179, 17, 0xb28956],
2324
[left, 177, 36, 0xb18956],
2425
]
2526
],
@@ -186,6 +187,7 @@ export class Func521 implements IFuncOrigin {
186187
let curCnt = 0;
187188
const maxCount = 3;
188189
while (thisScript.oper({
190+
id: 518,
189191
name: '检测_抽卡界面',
190192
operator: [{ desc: thisOperator[0].desc }]
191193
})) {
@@ -201,6 +203,7 @@ export class Func521 implements IFuncOrigin {
201203
if (curCnt >= maxCount) {
202204
thisScript.global.day_chouKa = false;
203205
return thisScript.oper({
206+
id: 518,
204207
name: '返回庭院',
205208
operator: [{ oper: thisOperator[0].oper }]
206209
});

0 commit comments

Comments
 (0)