Commit 64588205 authored by Chunchi Che's avatar Chunchi Che

back

parent c6e7822c
Pipeline #22269 passed with stages
in 14 minutes and 38 seconds
......@@ -30,9 +30,9 @@ export default async (chaining: ygopro.StocGameMessage.MsgChaining) => {
await eventbus.call(Task.Focus, target.uuid);
console.color("blue")(`${target.meta.text.name} chaining`);
// 临时办法,这里延迟500ms
// 临时办法,这里延迟800ms
// 长期:需要实现动画序列,一个动画完成后才执行下一个动画
await sleep(1500);
await sleep(800);
} else {
console.warn(`<Chaining>target from ${location} is null`);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment