1
0
Fork 0

Hotix WX12-048

This commit is contained in:
WEBXOSS 2017-01-01 11:09:00 +08:00
parent 962c2122b8
commit 733176d073

View file

@ -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);