forked from mirrors/webxoss-core
🐛 hotfix WD20-001 auto
This commit is contained in:
parent
abd9efefef
commit
cbfbd3b028
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue