commit
1e41f64d0f
|
@ -8280,7 +8280,6 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
}
|
||||
},
|
||||
trigger:{player:'dieAfter'},
|
||||
forceDie:true,
|
||||
filter:function(event,player){
|
||||
for(let i of game.players){
|
||||
if(i.hasSkill('fengxiang')) return false;
|
||||
|
@ -8288,6 +8287,8 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
return true;
|
||||
},
|
||||
silent:true,
|
||||
forceDie:true,
|
||||
charlotte:true,
|
||||
content:function(){
|
||||
game.removeGlobalSkill('fengxiang_use');
|
||||
}
|
||||
|
|
|
@ -5918,10 +5918,13 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
spshanxi_bj:{
|
||||
trigger:{player:'dieAfter'},
|
||||
filter:function(event,player){
|
||||
return !game.hasPlayer(current=>current.hasSkill('spshanxi_suoming'));
|
||||
for(let i of game.players){
|
||||
if(i.hasSkill('spshanxi_suoming')) return false;
|
||||
}
|
||||
return true;
|
||||
},
|
||||
forceDie:true,
|
||||
silent:true,
|
||||
forceDie:true,
|
||||
charlotte:true,
|
||||
content:function(){
|
||||
game.removeGlobalSkill('spshanxi_bj');
|
||||
|
|
Loading…
Reference in New Issue