1
0
Fork 0

🐛 hotfix WX16-031 auto

This commit is contained in:
WEBXOSS 2017-08-21 11:16:32 +08:00
parent d201d52671
commit 596202a708

View file

@ -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);
}
});
},
},
}],