fix
This commit is contained in:
parent
8b76c6218f
commit
3f6cf09add
|
@ -5905,7 +5905,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
aiOrder:(player,card,num)=>{
|
||||
if(num&&card.name==='sha'&&get.color(card)==='red'){
|
||||
let gp=game.findPlayer(current=>{
|
||||
return current.hasSkill('relongyin')&¤t.hasCard(i=>true,'h');
|
||||
return current.hasSkill('relongyin')&¤t.hasCard(i=>true,'he');
|
||||
});
|
||||
if(gp) return num+0.15*Math.sign(get.attitude(player,gp));
|
||||
}
|
||||
|
|
|
@ -7639,7 +7639,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
aiOrder:(player,card,num)=>{
|
||||
if(num&&card.name==='sha'&&get.color(card)==='red'){
|
||||
let gp=game.findPlayer(current=>{
|
||||
return current.hasSkill('longyin')&¤t.hasCard(i=>true,'h');
|
||||
return current.hasSkill('longyin')&¤t.hasCard(i=>true,'he');
|
||||
});
|
||||
if(gp) return num+0.15*Math.sign(get.attitude(player,gp));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue