forked from mirrors/webxoss-core
🐛 fix WX16-070 const
This commit is contained in:
parent
b9b415a26d
commit
00a8e50e33
1 changed files with 1 additions and 1 deletions
|
@ -116234,7 +116234,7 @@ var CardInfo = {
|
|||
effect: {
|
||||
actionAsyn: function () {
|
||||
return this.player.selectNumberAsyn('LEVEL',1,2).callback(this,function (level) {
|
||||
this.game.tillTurnEndAdd(this,'level',level);
|
||||
this.game.tillTurnEndAdd(this,this,'level',level);
|
||||
// FIX ME: Keep showing current level for all signis.
|
||||
this.player.opponent.showTextAsyn('LEVEL','number',level);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue