This commit is contained in:
parent
a25a3b6047
commit
6bfb58655a
|
@ -12936,6 +12936,7 @@
|
||||||
if(!lib.configOL.observe_handcard&&(lib.configOL.mode=='identity'||lib.configOL.mode=='guozhan')){
|
if(!lib.configOL.observe_handcard&&(lib.configOL.mode=='identity'||lib.configOL.mode=='guozhan')){
|
||||||
if(observe&&!player.identityShown){
|
if(observe&&!player.identityShown){
|
||||||
player.setIdentity('cai');
|
player.setIdentity('cai');
|
||||||
|
player.forceShown=false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -12961,12 +12962,12 @@
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(player.isAlive()){
|
if(player.isAlive()){
|
||||||
if(!game.me.identityShown){
|
if(!game.me.identityShown&&lib.configOL.mode=='guozhan'){
|
||||||
game.me.node.identity.firstChild.innerHTML='猜';
|
game.me.node.identity.firstChild.innerHTML='猜';
|
||||||
game.me.node.identity.dataset.color='unknown';
|
game.me.node.identity.dataset.color='unknown';
|
||||||
}
|
}
|
||||||
game.swapPlayer(player);
|
game.swapPlayer(player);
|
||||||
if(!game.me.identityShown){
|
if(!game.me.identityShown&&lib.configOL.mode=='guozhan'){
|
||||||
game.me.node.identity.firstChild.innerHTML='';
|
game.me.node.identity.firstChild.innerHTML='';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,9 +7,9 @@ window.noname_update={
|
||||||
files:{
|
files:{
|
||||||
global:[
|
global:[
|
||||||
'character/yijiang.js',
|
'character/yijiang.js',
|
||||||
'mode/guoshan.js',
|
'mode/guozhan.js',
|
||||||
'game/game.js',
|
'game/game.js',
|
||||||
'layout/default/layout.js',
|
'layout/default/layout.css',
|
||||||
'theme/woodden/style.css',
|
'theme/woodden/style.css',
|
||||||
'theme/simple/style.css',
|
'theme/simple/style.css',
|
||||||
'theme/music/style.css',
|
'theme/music/style.css',
|
||||||
|
|
Loading…
Reference in New Issue