commit
43886d5f61
|
@ -824,6 +824,10 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
},
|
||||
},
|
||||
},
|
||||
kunfenx:{
|
||||
audio:'kunfen',
|
||||
audioname:['ol_sb_jiangwei'],
|
||||
},
|
||||
//界曹彰
|
||||
oljiangchi:{
|
||||
audio:'rejiangchi',
|
||||
|
@ -1031,7 +1035,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
|
||||
onlyOL_yijiang1:'OL专属·将1',
|
||||
onlyOL_yijiang2:'OL专属·将2',
|
||||
onlyOL_sb:'OL专属·谋武将',
|
||||
onlyOL_sb:'OL专属·上兵伐谋',
|
||||
},
|
||||
};
|
||||
});
|
||||
|
|
|
@ -885,7 +885,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
|||
},
|
||||
},
|
||||
hiddenCard(player,name){
|
||||
if(!lib.inpile.includes(name)) return false;
|
||||
if(!lib.inpile.includes(name)||_status.currentPhase===player||player.isTempBanned('olweijie')) return false;
|
||||
return get.type(name)=='basic'&&game.hasPlayer(target=>{
|
||||
return get.distance(player,target)==1&&target.countCards('h');
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue