This commit is contained in:
libccy 2016-04-03 21:38:37 +08:00
parent b0de6cc64e
commit 53a1e75c10
2 changed files with 2 additions and 1 deletions

View File

@ -1414,7 +1414,7 @@ card.standard={
if(targets||target){
str+='对'+get.translation(targets||target);
}
str+='将'+(state?'生效':'失效')+',是否无懈?';
str+='将'+(state>0?'生效':'失效')+',是否无懈?';
var next=game.me.chooseToUse({
filterCard:function(card,player){
if(card.name!='wuxie') return false;

View File

@ -20156,6 +20156,7 @@
var button=ui.create.div('.menubutton.large.highlight',game.online?'退出联机':'开始游戏',ui.window,function(){
if(button.clicked) return;
if(game.online){
game.saveConfig('reconnect_info');
game.reload();
}
else{