🐛 hotfix WX15-045 onPlay

This commit is contained in:
WEBXOSS 2017-08-26 12:33:09 +08:00
parent 5418d76496
commit a2b096e013

View file

@ -110085,7 +110085,7 @@ var CardInfo = {
],
startUpEffects: [{
actionAsyn: function () {
if (this.player.hands.length <= 2) {
if (this.player.opponent.hands.length <= 2) {
this.player.draw(1);
}
},