Commit c83d65ea authored by Chunchi Che's avatar Chunchi Che

fix some bug in chaining

parent 6ff3014a
Pipeline #23496 passed with stages
in 14 minutes and 23 seconds
......@@ -29,7 +29,9 @@ export default async (chaining: ygopro.StocGameMessage.MsgChaining) => {
// target.code = meta.id;
// 设置`Meta`信息,让对手发动效果的卡也能展示正面卡图
target.meta = meta;
if (target.code === 0) {
target.meta = meta;
}
// 发动效果动画
await callCardFocus(target.uuid);
......
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