This commit is contained in:
parent
64438685d7
commit
ba8b071e0b
|
@ -2554,7 +2554,7 @@ window.noname_skin_list={
|
|||
liushan:2,
|
||||
liuxie:3,
|
||||
lusu:1,
|
||||
luxun:1,
|
||||
luxun:2,
|
||||
lvbu:1,
|
||||
lvmeng:1,
|
||||
machao:1,
|
||||
|
|
|
@ -4474,7 +4474,7 @@
|
|||
item:{
|
||||
combat:'自由',
|
||||
three:'统率',
|
||||
leader:'君主',
|
||||
// leader:'君主',
|
||||
},
|
||||
restart:true,
|
||||
frequent:true,
|
||||
|
|
|
@ -15,12 +15,12 @@ window.noname_update={
|
|||
// 'character/*',
|
||||
// 'character/refresh.js',
|
||||
// 'mode/boss.js',
|
||||
// 'mode/chess.js',
|
||||
// 'mode/versus.js',
|
||||
// 'mode/guozhan.js',
|
||||
// 'mode/identity.js',
|
||||
// 'mode/stone.js',
|
||||
'mode/chess.js',
|
||||
'mode/tafang.js',
|
||||
// 'mode/stone.js',
|
||||
// 'theme/woodden/style.css',
|
||||
'layout/default/layout.css',
|
||||
// 'layout/default/phone.css',
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
|
@ -5,6 +5,9 @@ mode.chess={
|
|||
start:function(){
|
||||
"step 0"
|
||||
_status.mode=get.config('chess_mode');
|
||||
if(_status.mode=='leader'){
|
||||
_status.mode='combat';
|
||||
}
|
||||
if(lib.config.test_game){
|
||||
_status.mode='combat';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue