forked from mirrors/webxoss-core
Hotix WX12-048
This commit is contained in:
parent
962c2122b8
commit
733176d073
1 changed files with 1 additions and 1 deletions
|
@ -98952,7 +98952,7 @@ var CardInfo = {
|
|||
source: this,
|
||||
description: '1630-const-1',
|
||||
condition: function () {
|
||||
return this.attackCount > 0;
|
||||
return this.fieldData.attackCount > 0;
|
||||
},
|
||||
actionAsyn: function () {
|
||||
return this.player.discardAsyn(1);
|
||||
|
|
Loading…
Reference in a new issue