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 () {
|
actionAsyn: function () {
|
||||||
var flag = this.player.opponent.checkZone.cards.length;
|
var flag = this.player.opponent.checkZone.cards.length;
|
||||||
if (!flag) return;
|
if (!flag) return;
|
||||||
var effect = [{
|
var effects = [{
|
||||||
source: this,
|
source: this,
|
||||||
description: '1768-attach-0',
|
description: '1768-attach-0',
|
||||||
actionAsyn: function () {
|
actionAsyn: function () {
|
||||||
|
@ -107671,6 +107671,7 @@ var CardInfo = {
|
||||||
this.game.addConstEffect({
|
this.game.addConstEffect({
|
||||||
source: this,
|
source: this,
|
||||||
destroyTimming: this.player.onTurnStart,
|
destroyTimming: this.player.onTurnStart,
|
||||||
|
fixed: true,
|
||||||
action: function (set,add) {
|
action: function (set,add) {
|
||||||
var actionEffect = {
|
var actionEffect = {
|
||||||
source: this.player.lrig,
|
source: this.player.lrig,
|
||||||
|
|
Loading…
Reference in a new issue