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,
|
||||
description: '2249-attached-1',
|
||||
actionAsyn: function () {
|
||||
this.player.enerCharge();
|
||||
this.player.enerCharge(1);
|
||||
}
|
||||
}];
|
||||
return this.player.selectAsyn('LAUNCH',effects).callback(this,function (effect) {
|
||||
|
|
Loading…
Reference in a new issue