mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 14:59:56 +01:00
fix card-1437
This commit is contained in:
parent
7f7c027fc0
commit
7b204dc7f8
1 changed files with 3 additions and 0 deletions
|
@ -87852,6 +87852,9 @@ var CardInfo = {
|
||||||
var effect = this.game.newEffect({
|
var effect = this.game.newEffect({
|
||||||
source: this,
|
source: this,
|
||||||
description: '1437-const-0',
|
description: '1437-const-0',
|
||||||
|
triggerCondition: function () {
|
||||||
|
return !this.player.addCardTohandBanned
|
||||||
|
},
|
||||||
actionAsyn: function () {
|
actionAsyn: function () {
|
||||||
this.player.draw(1);
|
this.player.draw(1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue