This commit is contained in:
libccy 2016-03-12 22:02:44 +08:00
parent 9770c51d3c
commit 6541222b9a
3 changed files with 4 additions and 1 deletions

View File

@ -37,7 +37,6 @@ character.hearth={
hs_nozdormu:['male','qun',5,['shixu']],
hs_sapphiron:['male','wei',4,['bingdong','stuxi']],
hs_kchromaggus:['male','wei',4,['fenlie']],
hs_kesuen:['male','wei',3,['fenlie']],
hs_zhishigushu:['male','shu',4,['jiaohui']],
hs_zhanzhenggushu:['male','wei',6,['biri']],

View File

@ -7459,6 +7459,9 @@
}
return false;
},
hasSkill:function(skill){
return this.get('s').contains(skill);
},
hasSkillTag:function(tag,hidden){
var skills=game.expandSkills(this.get('s',hidden));
for(var i=0;i<skills.length;i++){
@ -20780,6 +20783,7 @@
}
return false;
}
break;
}
default:{
if(typeof type=='string'){

Binary file not shown.

Before

Width:  |  Height:  |  Size: 263 KiB