mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
🐛 fix WX16-005 3rd effect
This commit is contained in:
parent
1861050d12
commit
ccd0b8ffab
1 changed files with 1 additions and 1 deletions
|
@ -114916,7 +114916,7 @@ var CardInfo = {
|
||||||
},this);
|
},this);
|
||||||
var card = this.player.mainDeck.cards[0];
|
var card = this.player.mainDeck.cards[0];
|
||||||
if (!card) return;
|
if (!card) return;
|
||||||
card.moveTo(this,player.lifeClothZone);
|
card.moveTo(this.player.lifeClothZone);
|
||||||
},
|
},
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue