This commit is contained in:
libccy 2016-09-21 23:20:13 +08:00
parent 8c31edd76b
commit 369fc4bd30
2 changed files with 15 additions and 24 deletions

View File

@ -1,29 +1,20 @@
window.noname_update={
version:'1.9.1.1',
version:'1.9.1.2',
changeLog:[
'bug修复',
'增加牌堆补充扩展',
'塔防模式调整',
'新武将'
'修复扩展下载问题',
],
files:{
global:[
'game/game.js',
'game/asset.js',
'mode/versus.js',
'character/yijiang.js',
'character/diy.js',
'character/sp.js',
'character/yxs.js',
'character/hearth.js',
'card/swd.js',
'card/extra.js',
'mode/stone.js',
'mode/identity.js',
'game/config.js',
],
'1.9.1':[]
'1.9.1.1':[]
}
}
//'character/diy.js',
//'character/sp.js',
//'character/yxs.js',
//'character/hearth.js',
//'card/swd.js',
//'mode/stone.js',
//'game/config.js',

View File

@ -566,27 +566,27 @@ mode.identity={
identityList=lib.config.mode_config.identity.identity[game.players.length-2].slice(0);
if(get.config('double_nei')){
switch(get.playerNumber()){
case '8':
case 8:
identityList.remove('fan');
identityList.push('nei');
break;
case '7':
case 7:
identityList.remove('zhong');
identityList.push('nei');
break;
case '6':
case 6:
identityList.remove('fan');
identityList.push('nei');
break;
case '5':
case 5:
identityList.remove('fan');
identityList.push('nei');
break;
case '4':
case 4:
identityList.remove('zhong');
identityList.push('nei');
break;
case '3':
case 3:
identityList.remove('fan');
identityList.push('nei');
break;