mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-01-18 11:46:03 +01:00
WX08-078 WX08-080 show charm
This commit is contained in:
parent
59f3053c87
commit
a4a4bae6a8
1 changed files with 6 additions and 2 deletions
|
@ -64635,7 +64635,9 @@ var CardInfo = {
|
|||
if (!signi) return;
|
||||
return this.player.selectAsyn('TARGET',cards).callback(this,function (card) {
|
||||
if (!card) return;
|
||||
card.charmTo(signi);
|
||||
return this.player.opponent.showCardsAsyn([card]).callback(this,function () {
|
||||
card.charmTo(signi);
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
|
@ -64761,7 +64763,9 @@ var CardInfo = {
|
|||
if (!signi) return;
|
||||
return this.player.selectAsyn('TARGET',cards).callback(this,function (card) {
|
||||
if (!card) return;
|
||||
card.charmTo(signi);
|
||||
return this.player.opponent.showCardsAsyn([card]).callback(this,function () {
|
||||
card.charmTo(signi);
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue