forked from mirrors/webxoss-core
fix WD18-008 auto
This commit is contained in:
parent
0326a8d933
commit
162a58110f
1 changed files with 1 additions and 1 deletions
|
@ -126082,7 +126082,7 @@ var CardInfo = {
|
||||||
return this.player.selectSelfSigniAsyn().callback(this,function (signi) {
|
return this.player.selectSelfSigniAsyn().callback(this,function (signi) {
|
||||||
if (!signi) return;
|
if (!signi) return;
|
||||||
this.game.tillTurnEndAdd(this,signi,'effectFilters',function (card) {
|
this.game.tillTurnEndAdd(this,signi,'effectFilters',function (card) {
|
||||||
return (card.player === this.player) || (card.type !== 'ARTS');
|
return (card.player === this.player);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue