parent
643c49c752
commit
200bcfe746
|
@ -831,14 +831,13 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
if(!event.cards.length) return true;
|
if(!event.cards.length) return true;
|
||||||
var cards=[];
|
var cards=[];
|
||||||
game.countPlayer(current=>{
|
game.countPlayer(current=>{
|
||||||
if(!current.hasClan('太原王氏')) return false;
|
if(!current.hasClan('太原王氏')&¤t!=player) return false;
|
||||||
current.getHistory('lose',evt=>{
|
current.getHistory('lose',evt=>{
|
||||||
if(event!=evt.getParent()) return false;
|
if(event!=evt.getParent()) return false;
|
||||||
cards.addArray(evt.getl(current).hs);
|
cards.addArray(evt.getl(current).hs);
|
||||||
});
|
});
|
||||||
})
|
});
|
||||||
if(event.cards.some(card=>!cards.contains(card))) return false;
|
return !event.cards.some(card=>cards.contains(card));
|
||||||
return true;
|
|
||||||
},
|
},
|
||||||
content:function(){
|
content:function(){
|
||||||
'step 0'
|
'step 0'
|
||||||
|
|
Loading…
Reference in New Issue