forked from mirrors/webxoss-core
fix PR-266 C2 WX13-005B O
This commit is contained in:
parent
538529cff9
commit
87b1e826c0
1 changed files with 2 additions and 1 deletions
|
@ -107300,7 +107300,7 @@ var CardInfo = {
|
|||
actionAsyn: function () {
|
||||
var flag = this.player.opponent.checkZone.cards.length;
|
||||
if (!flag) return;
|
||||
var effect = [{
|
||||
var effects = [{
|
||||
source: this,
|
||||
description: '1768-attach-0',
|
||||
actionAsyn: function () {
|
||||
|
@ -107671,6 +107671,7 @@ var CardInfo = {
|
|||
this.game.addConstEffect({
|
||||
source: this,
|
||||
destroyTimming: this.player.onTurnStart,
|
||||
fixed: true,
|
||||
action: function (set,add) {
|
||||
var actionEffect = {
|
||||
source: this.player.lrig,
|
||||
|
|
Loading…
Reference in a new issue