forked from mirrors/webxoss-core
🐛 fix WX16-003 const
This commit is contained in:
parent
aea9c30f7c
commit
b1d2bb98fc
1 changed files with 1 additions and 1 deletions
|
@ -114760,7 +114760,7 @@ var CardInfo = {
|
||||||
source: this,
|
source: this,
|
||||||
description: '2249-attached-1',
|
description: '2249-attached-1',
|
||||||
actionAsyn: function () {
|
actionAsyn: function () {
|
||||||
this.player.enerCharge();
|
this.player.enerCharge(1);
|
||||||
}
|
}
|
||||||
}];
|
}];
|
||||||
return this.player.selectAsyn('LAUNCH',effects).callback(this,function (effect) {
|
return this.player.selectAsyn('LAUNCH',effects).callback(this,function (effect) {
|
||||||
|
|
Loading…
Reference in a new issue