forked from mirrors/webxoss-core
🐛 hotfix WX16-031 auto
This commit is contained in:
parent
d201d52671
commit
596202a708
1 changed files with 7 additions and 2 deletions
|
@ -118315,8 +118315,13 @@ var CardInfo = {
|
|||
return (this.power >= 15000);
|
||||
},
|
||||
actionAsyn: function () {
|
||||
return this.player.selectTextAsyn('CHOOSE_EFFECT',['ADD_TO_HAND','PUT_TO_ENER_ZONE']).callback(this,function (text) {
|
||||
if (text === 'ADD_TO_HAND') {
|
||||
this.player.draw(2);
|
||||
} else {
|
||||
this.player.enerCharge(2);
|
||||
}
|
||||
});
|
||||
},
|
||||
},
|
||||
}],
|
||||
|
|
Loading…
Reference in a new issue