Update identity.js
This commit is contained in:
parent
f0ee332f52
commit
ddd6c6777c
|
@ -2332,7 +2332,7 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
|
|||
if(get.population('zhong')+get.population('nei')==0||
|
||||
get.population('zhong')+get.population('fan')==0){
|
||||
game.broadcastAll(function(){
|
||||
game.showIdentity();
|
||||
if(game.showIdentity) game.showIdentity();
|
||||
if(game.zhu&&game.zhu.isAlive()&&get.population('nei')==1&&get.config('nei_fullscreenpop')) game.me.$fullscreenpop('<span style="font-family:xinwei"><span data-nature="fire">主公</span><span data-nature="soil"> vs </span><span data-nature="thunder">内奸</span></span>',null,null,false);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue