Skip to content

Commit

Permalink
修复50超绝加成
Browse files Browse the repository at this point in the history
  • Loading branch information
shui670 committed Jan 25, 2025
1 parent 2646026 commit 620b5fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/common/funcList/050_开启BUFF.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ export class Func050 implements IFuncOrigin {
]
],
oper: [
[center, 1280, 720, 737, 516, 783, 533, 1000],
[center, 1280, 720, 744, 119, 779, 135, 1000],
[center, 1280, 720, 360, 477, 417, 495, 1000],
[center, 1280, 720, 360, 163, 412, 179, 1000],
]
}];
operatorFunc(thisScript: Script, thisOperator: IFuncOperator[]): boolean {
Expand All @@ -96,7 +96,7 @@ export class Func050 implements IFuncOrigin {
id: 50,
name: '新区超绝加成',
operator: [{
desc: thisOperator[4].desc
desc: thisOperator[0].desc
}]
})) {
thisScript.regionSwipe(thisOperator[4].oper[0], thisOperator[4].oper[1], [1000, 1300], 200);
Expand Down

0 comments on commit 620b5fb

Please sign in to comment.