阳球 添加录像
This commit is contained in:
parent
50c17145c7
commit
a7ec681301
|
@ -21,6 +21,7 @@ const skills = {
|
||||||
})
|
})
|
||||||
.forResult("cards");
|
.forResult("cards");
|
||||||
const videoId = lib.status.videoId++;
|
const videoId = lib.status.videoId++;
|
||||||
|
game.addVideo("showCards", player, [`${get.translation(player)}对${get.translation(target)}发动了【扫奸】`, get.cardsInfo([card])]);
|
||||||
game.broadcastAll(
|
game.broadcastAll(
|
||||||
(card, id, player, target) => {
|
(card, id, player, target) => {
|
||||||
if (target === game.me) return;
|
if (target === game.me) return;
|
||||||
|
|
Loading…
Reference in New Issue