mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
fix WD18-008
This commit is contained in:
parent
59cba5625f
commit
eb3857c4a9
1 changed files with 1 additions and 1 deletions
|
@ -126098,7 +126098,7 @@ var CardInfo = {
|
|||
if (costArg.bet) {
|
||||
return this.player.selectSelfSigniAsyn().callback(this,function (signi) {
|
||||
if (!signi) return;
|
||||
this.game.tillTurnEndAdd(this,card,'effectFilters',function (card) {
|
||||
this.game.tillTurnEndAdd(this,signi,'effectFilters',function (card) {
|
||||
return (card.player === this.player) || (card.type !== 'ARTS');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue