1
0
Fork 0

🐛 fix WX16-005 3rd effect

This commit is contained in:
WEBXOSS 2017-08-17 01:53:52 +08:00
parent 1861050d12
commit ccd0b8ffab

View file

@ -114916,7 +114916,7 @@ var CardInfo = {
},this);
var card = this.player.mainDeck.cards[0];
if (!card) return;
card.moveTo(this,player.lifeClothZone);
card.moveTo(this.player.lifeClothZone);
},
}]
},