This commit is contained in:
libccy 2016-06-05 23:22:28 +08:00
parent a25a3b6047
commit 6bfb58655a
2 changed files with 5 additions and 4 deletions

View File

@ -12936,6 +12936,7 @@
if(!lib.configOL.observe_handcard&&(lib.configOL.mode=='identity'||lib.configOL.mode=='guozhan')){
if(observe&&!player.identityShown){
player.setIdentity('cai');
player.forceShown=false;
}
}
}
@ -12961,12 +12962,12 @@
return;
}
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.dataset.color='unknown';
}
game.swapPlayer(player);
if(!game.me.identityShown){
if(!game.me.identityShown&&lib.configOL.mode=='guozhan'){
game.me.node.identity.firstChild.innerHTML='';
}
}

View File

@ -7,9 +7,9 @@ window.noname_update={
files:{
global:[
'character/yijiang.js',
'mode/guoshan.js',
'mode/guozhan.js',
'game/game.js',
'layout/default/layout.js',
'layout/default/layout.css',
'theme/woodden/style.css',
'theme/simple/style.css',
'theme/music/style.css',