小白鼠赵云添加示范性characterInitFilter
This commit is contained in:
parent
4019728f93
commit
af869cd7ef
|
@ -30,6 +30,11 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
return mode=='identity';
|
return mode=='identity';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
characterInitFilter:{
|
||||||
|
dc_zhaoyun(tag){
|
||||||
|
if(tag=='noZhuSkill'&&(get.mode()!='doudizhu'||_status.mode!='normal')) return false;
|
||||||
|
},
|
||||||
|
},
|
||||||
characterSort:{
|
characterSort:{
|
||||||
collab:{
|
collab:{
|
||||||
collab_olympic:['sunyang','yeshiwen'],
|
collab_olympic:['sunyang','yeshiwen'],
|
||||||
|
|
Loading…
Reference in New Issue