forked from mirrors/webxoss-core
Fix continuous disabled effect
This commit is contained in:
parent
71aa615463
commit
86e7897f62
1 changed files with 1 additions and 0 deletions
1
Mask.js
1
Mask.js
|
@ -30,6 +30,7 @@ Mask.prototype.set = function (reset) {
|
||||||
// 不能获得新能力
|
// 不能获得新能力
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
effect.disabled = false;
|
||||||
timming.effects.push(effect);
|
timming.effects.push(effect);
|
||||||
effect.source.registeredEffects.push(effect);
|
effect.source.registeredEffects.push(effect);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue