This commit is contained in:
parent
cd4c8a25f7
commit
7d562d27bc
10
game/game.js
10
game/game.js
|
@ -109,9 +109,11 @@
|
||||||
init:false,
|
init:false,
|
||||||
onclick:function(bool){
|
onclick:function(bool){
|
||||||
game.saveConfig('compatiblemode',bool);
|
game.saveConfig('compatiblemode',bool);
|
||||||
if(bool){
|
setTimeout(function(){
|
||||||
alert('开启此选项可防止扩展使游戏卡死并提高对旧扩展的兼容性,但对游戏速度有一定影响,若无不稳定或不兼容的扩展建议关闭');
|
if(lib.config.compatiblemode){
|
||||||
}
|
alert('开启此选项可防止扩展使游戏卡死并提高对旧扩展的兼容性,但对游戏速度有一定影响,若无不稳定或不兼容的扩展建议关闭');
|
||||||
|
}
|
||||||
|
},100);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
confirm_exit:{
|
confirm_exit:{
|
||||||
|
@ -9410,7 +9412,7 @@
|
||||||
},
|
},
|
||||||
doubleDraw:function(){
|
doubleDraw:function(){
|
||||||
"step 0"
|
"step 0"
|
||||||
player.chooseBool('你的武将牌上有单独的阴阳鱼,是否摸一张牌?');
|
player.chooseBool('你的主副将体力上限之和是奇数,是否摸一张牌?');
|
||||||
"step 1"
|
"step 1"
|
||||||
if(result.bool){
|
if(result.bool){
|
||||||
player.draw();
|
player.draw();
|
||||||
|
|
Loading…
Reference in New Issue