mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
🐛 fix WX16-048
This commit is contained in:
parent
e4112ef32b
commit
c26575cc62
1 changed files with 2 additions and 2 deletions
|
@ -119185,7 +119185,7 @@ var CardInfo = {
|
|||
source: this,
|
||||
description: '2315-attached-0',
|
||||
actionAsyn: function () {
|
||||
this.decreasePowerAsyn(7000);
|
||||
return this.decreasePowerAsyn(7000);
|
||||
},
|
||||
},{
|
||||
source: this,
|
||||
|
@ -119214,7 +119214,7 @@ var CardInfo = {
|
|||
this.game.trashCards(cards);
|
||||
},
|
||||
}];
|
||||
return this.player.selectSomeAsyn('LAUNCH',effects,1,count).callback(this,function (effects) {
|
||||
return this.player.selectSomeAsyn('LAUNCH',effects,count,count).callback(this,function (effects) {
|
||||
return Callback.forEach(effects,function (effect) {
|
||||
return effect.actionAsyn.call(this);
|
||||
},this);
|
||||
|
|
Loading…
Reference in a new issue