mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
🐛 fix WX16-004 arts
This commit is contained in:
parent
ef7ed0d582
commit
cfe9fa4ed4
1 changed files with 1 additions and 1 deletions
|
@ -117181,7 +117181,7 @@ var CardInfo = {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
artsEffect: {
|
artsEffect: {
|
||||||
actionAsyn: function (costAsyn) {
|
actionAsyn: function (costArg) {
|
||||||
var filter = function (card) {
|
var filter = function (card) {
|
||||||
return !card.isUp;
|
return !card.isUp;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue