1
0
Fork 0

🐛 hotfix WD20-001 auto

This commit is contained in:
WEBXOSS 2017-08-22 19:00:09 +08:00
parent abd9efefef
commit cbfbd3b028

View file

@ -116359,6 +116359,9 @@ var CardInfo = {
"【自】:あなたのターンの間、あなたのライフクロスにカード1枚が加えられるたび、あなたは《緑》を支払ってもよい。そうした場合、対戦相手のシグニ1体をバニッシュする。"
],
constEffects: [{
condition: function () {
return (this.game.turnPlayer === this.player);
},
action: function (set,add) {
var effect = this.game.newEffect({
source: this,