1
0
Fork 0

fix card-1437

This commit is contained in:
deardrops 2017-02-08 13:50:06 +08:00
parent 7f7c027fc0
commit 7b204dc7f8

View file

@ -87852,6 +87852,9 @@ var CardInfo = {
var effect = this.game.newEffect({
source: this,
description: '1437-const-0',
triggerCondition: function () {
return !this.player.addCardTohandBanned
},
actionAsyn: function () {
this.player.draw(1);
}