This commit is contained in:
libccy 2017-05-21 11:16:54 +08:00
parent 2b5b08fb35
commit 9533d2a77a
2 changed files with 4 additions and 2 deletions

View File

@ -239,7 +239,8 @@ game.import('character',function(lib,game,ui,get,ai,_status){
}
},
ai:{
threaten:2
threaten:2,
expose:0.2
}
},
junchi:{

View File

@ -15443,7 +15443,8 @@
this.line(targets,nature);
}
var info=lib.skill[name];
if(info&&info.ai&&info.ai.expose!=undefined&&this.logAi){
if(info&&info.ai&&info.ai.expose!=undefined&&
this.logAi&&(!targets||targets.length!=1||targets[0]!=this)){
this.logAi(lib.skill[name].ai.expose);
}
if(this.checkShow){