ai技能静默标签
This commit is contained in:
parent
e740d18896
commit
45ad033c53
|
@ -5916,11 +5916,12 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
spshanxi_bj:{
|
spshanxi_bj:{
|
||||||
charlotte:true,
|
|
||||||
trigger:{player:'dieAfter'},
|
trigger:{player:'dieAfter'},
|
||||||
filter:function(event,player){
|
filter:function(event,player){
|
||||||
return !game.hasPlayer(current=>current.hasSkill('spshanxi_suoming'));
|
return !game.hasPlayer(current=>current.hasSkill('spshanxi_suoming'));
|
||||||
},
|
},
|
||||||
|
silent:true,
|
||||||
|
charlotte:true,
|
||||||
content:function(){
|
content:function(){
|
||||||
game.removeGlobalSkill('spshanxi_bj');
|
game.removeGlobalSkill('spshanxi_bj');
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue