Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
libccy authored and libccy committed Sep 21, 2016
1 parent 8c31edd commit 369fc4b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 24 deletions.
27 changes: 9 additions & 18 deletions game/update.js
Original file line number Diff line number Diff line change
@@ -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',
12 changes: 6 additions & 6 deletions mode/identity.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 369fc4b

Please sign in to comment.