Commit 64588205 authored by Chunchi Che's avatar Chunchi Che

back

parent c6e7822c
...@@ -30,9 +30,9 @@ export default async (chaining: ygopro.StocGameMessage.MsgChaining) => { ...@@ -30,9 +30,9 @@ export default async (chaining: ygopro.StocGameMessage.MsgChaining) => {
await eventbus.call(Task.Focus, target.uuid); await eventbus.call(Task.Focus, target.uuid);
console.color("blue")(`${target.meta.text.name} chaining`); console.color("blue")(`${target.meta.text.name} chaining`);
// 临时办法,这里延迟500ms // 临时办法,这里延迟800ms
// 长期:需要实现动画序列,一个动画完成后才执行下一个动画 // 长期:需要实现动画序列,一个动画完成后才执行下一个动画
await sleep(1500); await sleep(800);
} else { } else {
console.warn(`<Chaining>target from ${location} is null`); 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