mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
fix WX15-003 auto 2nd
This commit is contained in:
parent
efe8986037
commit
8213b37f43
1 changed files with 3 additions and 8 deletions
11
CardInfo.js
11
CardInfo.js
|
@ -105116,13 +105116,8 @@ var CardInfo = {
|
|||
action: function (set,add) {
|
||||
var effect = this.game.newEffect({
|
||||
source: this,
|
||||
description: '2043-const-0',
|
||||
triggerCondition: function (event) {
|
||||
if (!event.card.isAcced()) return false;
|
||||
var source = this.game.getEffectSource();
|
||||
if (source && source.player === this.player) return false;
|
||||
return true;
|
||||
},
|
||||
description: '2043-const-1',
|
||||
optional: true,
|
||||
actionAsyn: function () {
|
||||
return this.player.revealAsyn(3).callback(this,function (cards) {
|
||||
var targets = cards.filter(function (card) {
|
||||
|
@ -105142,7 +105137,7 @@ var CardInfo = {
|
|||
});
|
||||
}
|
||||
});
|
||||
add(this.player,'onSigniBanished',effect);
|
||||
add(this.player,'onMainPhaseStart',effect);
|
||||
}
|
||||
}],
|
||||
// ======================
|
||||
|
|
Loading…
Reference in a new issue