删除hasZhuSkill判别
This commit is contained in:
parent
d578ea743e
commit
8d20ab0d10
|
@ -1850,13 +1850,6 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
|
||||||
else game.updateRoundNumber();
|
else game.updateRoundNumber();
|
||||||
return cards;
|
return cards;
|
||||||
},
|
},
|
||||||
hasZhuSkill:function(skill,player){
|
|
||||||
if(!this.hasSkill(skill)) return false;
|
|
||||||
for(var i in this.storage){
|
|
||||||
if(i.indexOf('zhuSkill_')==0&&this.storage[i].contains(skill)) return true;
|
|
||||||
}
|
|
||||||
return false;
|
|
||||||
},
|
|
||||||
$dieAfter:function(){
|
$dieAfter:function(){
|
||||||
if(_status.video) return;
|
if(_status.video) return;
|
||||||
if(!this.node.dieidentity){
|
if(!this.node.dieidentity){
|
||||||
|
|
Loading…
Reference in New Issue