We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c1fb5 commit 544931fCopy full SHA for 544931f
src/common/funcList/032_道馆_挑战.ts
@@ -224,12 +224,6 @@ export class Func032 implements IFuncOrigin {
224
}];
225
operatorFunc(thisScript: Script, thisOperator: IFuncOperator[]): boolean {
226
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
- }
233
if (thisScript.global.daoGuan_exit && thisScript.oper({
234
id: 32,
235
name: '检测_放弃突破',
0 commit comments