mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
fix WX15-033 burst
This commit is contained in:
parent
8fc6b5d191
commit
d37bf75670
2 changed files with 2 additions and 3 deletions
|
@ -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
|
Loading…
Reference in a new issue