Update identity.js

This commit is contained in:
Spmario233 2023-10-03 12:02:19 +08:00
parent f0ee332f52
commit ddd6c6777c
1 changed files with 1 additions and 1 deletions

View File

@ -2332,7 +2332,7 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
if(get.population('zhong')+get.population('nei')==0|| if(get.population('zhong')+get.population('nei')==0||
get.population('zhong')+get.population('fan')==0){ get.population('zhong')+get.population('fan')==0){
game.broadcastAll(function(){ 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); 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);
}); });
} }