fix WX15-033 burst

This commit is contained in:
WEBXOSS 2017-05-10 00:32:21 +08:00
parent 8fc6b5d191
commit d37bf75670
2 changed files with 2 additions and 3 deletions

View file

@ -105914,9 +105914,8 @@ var CardInfo = {
texts.push('ENER_ZONE');
}
if (!texts.length) return 'CANCEL';
if (texts.length === 1) return texts[0];
texts.push('CANCEL');
return this.player.selectTextAsyn('CHOOSE_ZONE',texts);
return this.player.opponent.selectTextAsyn('CHOOSE_ZONE',texts);
}).callback(this,function (text) {
if (text === 'HAND') {
return this.player.opponent.discardAsyn(2);

@ -1 +1 @@
Subproject commit 4a96a9d75d6fca6e7c063f0c6f68993ce37a2db8
Subproject commit ca95baad14f0a7f466ab991c28bef38f18f2d341