fix
This commit is contained in:
parent
0aa848735e
commit
0e1a4395a6
|
@ -2263,6 +2263,7 @@ export const Content = {
|
||||||
}
|
}
|
||||||
"step 2";
|
"step 2";
|
||||||
var info = get.info(event.skill);
|
var info = get.info(event.skill);
|
||||||
|
if (result && result.control) result.bool = !result.control.includes('cancel');
|
||||||
if (!result || !result.bool) return;
|
if (!result || !result.bool) return;
|
||||||
var autodelay = info.autodelay;
|
var autodelay = info.autodelay;
|
||||||
if (typeof autodelay == 'function') autodelay = autodelay(trigger, player);
|
if (typeof autodelay == 'function') autodelay = autodelay(trigger, player);
|
||||||
|
|
Loading…
Reference in New Issue