fix WD18-008 auto

This commit is contained in:
WEBXOSS 2017-03-05 11:55:33 +08:00
parent 0326a8d933
commit 162a58110f

View file

@ -126082,7 +126082,7 @@ var CardInfo = {
return this.player.selectSelfSigniAsyn().callback(this,function (signi) {
if (!signi) return;
this.game.tillTurnEndAdd(this,signi,'effectFilters',function (card) {
return (card.player === this.player) || (card.type !== 'ARTS');
return (card.player === this.player);
});
});
}