mirror of
https://github.com/webxoss/webxoss-core.git
synced 2025-01-31 01:39:09 +01:00
🐛 fix WX16-004 arts
This commit is contained in:
parent
12a4f6a0a6
commit
311321b2c1
1 changed files with 1 additions and 1 deletions
|
@ -117177,7 +117177,7 @@ var CardInfo = {
|
|||
artsEffect: {
|
||||
actionAsyn: function (costArg) {
|
||||
var filter = function (card) {
|
||||
return !card.isUp;
|
||||
return card.isUp;
|
||||
};
|
||||
return this.player.selectOpponentSigniAsyn(filter).callback(this,function (card) {
|
||||
if (!card) return;
|
||||
|
|
Loading…
Reference in a new issue