1
0
Fork 0

🐛 fix WX16-070 const

This commit is contained in:
WEBXOSS 2017-08-12 22:07:49 +08:00
parent e2015b16ef
commit cd2086130f

View file

@ -116232,7 +116232,7 @@ var CardInfo = {
return this.player.selectNumberAsyn('LEVEL',1,2).callback(this,function (level) {
this.game.tillTurnEndAdd(this,this,'level',level);
// FIX ME: Keep showing current level for all signis.
this.player.opponent.showTextAsyn('LEVEL','number',level);
return this.player.opponent.showTextAsyn('LEVEL','number',level);
});
},
},