删除hasZhuSkill判别
This commit is contained in:
parent
78f6a550c4
commit
d578ea743e
|
@ -954,7 +954,6 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
logAi:function(){},
|
logAi:function(){},
|
||||||
hasZhuSkill:function(){return false},
|
|
||||||
changeLingli:function(num){
|
changeLingli:function(num){
|
||||||
if(typeof num!='number') num=1;
|
if(typeof num!='number') num=1;
|
||||||
if(typeof this.storage._lingli!='number') this.storage._lingli=0;
|
if(typeof this.storage._lingli!='number') this.storage._lingli=0;
|
||||||
|
|
Loading…
Reference in New Issue