minus fix
This commit is contained in:
parent
beb126390c
commit
92e88a41ce
|
@ -8280,6 +8280,7 @@ 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;
|
||||
|
|
|
@ -5920,6 +5920,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
filter:function(event,player){
|
||||
return !game.hasPlayer(current=>current.hasSkill('spshanxi_suoming'));
|
||||
},
|
||||
forceDie:true,
|
||||
silent:true,
|
||||
charlotte:true,
|
||||
content:function(){
|
||||
|
|
|
@ -25140,7 +25140,7 @@
|
|||
},
|
||||
addJudgeNext:function(card,unlimited){
|
||||
if(!card.expired){
|
||||
if(get.postion(card,true)!=='o'&&get.postion(card,true)!=='j'&&!unlimited){
|
||||
if(!unlimited&&get.postion(card,true)!=='o'&&get.postion(card,true)!=='j'){
|
||||
game.log('将',card,'移入',this.next,'的判定区失败');
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue