This commit is contained in:
libccy 2016-06-05 22:37:12 +08:00
parent 2e378b31a4
commit 21eb03a128
1 changed files with 4 additions and 1 deletions

View File

@ -12957,6 +12957,9 @@
next.content=lib.init.startOnline; next.content=lib.init.startOnline;
if(observe){ if(observe){
next.custom.replace.target=function(player){ next.custom.replace.target=function(player){
if(!lib.configOL.observe_handcard&&lib.configOL.mode=='guozhan'){
return;
}
if(player.isAlive()){ if(player.isAlive()){
if(!game.me.identityShown){ if(!game.me.identityShown){
game.me.node.identity.firstChild.innerHTML='猜'; game.me.node.identity.firstChild.innerHTML='猜';
@ -18914,7 +18917,7 @@
}; };
infoconfig.connect_observe_handcard={ infoconfig.connect_observe_handcard={
name:'允许观看手牌', name:'允许观看手牌',
init:true, init:false,
connect:true connect:true
}; };
} }