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