Skip to content

Commit 544931f

Browse files
committed
修复32
1 parent 14c1fb5 commit 544931f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/common/funcList/032_道馆_挑战.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,6 @@ export class Func032 implements IFuncOrigin {
224224
}];
225225
operatorFunc(thisScript: Script, thisOperator: IFuncOperator[]): boolean {
226226
const thisconf = thisScript.scheme.config['32'];
227-
if (thisScript.oper({
228-
name: '道馆结束重置个别参数',
229-
operator: [thisOperator[12]]
230-
})) {
231-
thisScript.global.fight_switch_skill = true;
232-
}
233227
if (thisScript.global.daoGuan_exit && thisScript.oper({
234228
id: 32,
235229
name: '检测_放弃突破',

0 commit comments

Comments
 (0)