1
0
Fork 0

🐛 fix WX16-003 const

This commit is contained in:
WEBXOSS 2017-07-20 22:47:15 +08:00
parent aea9c30f7c
commit b1d2bb98fc

View file

@ -114760,7 +114760,7 @@ var CardInfo = {
source: this,
description: '2249-attached-1',
actionAsyn: function () {
this.player.enerCharge();
this.player.enerCharge(1);
}
}];
return this.player.selectAsyn('LAUNCH',effects).callback(this,function (effect) {