This commit is contained in:
libccy 2015-12-04 18:19:14 +08:00
parent 8ec101e40c
commit 41ae457749
1 changed files with 3 additions and 3 deletions

View File

@ -559,7 +559,7 @@ character.mountain={
};
}
else{
player.addTempSkill('jixi_nouse','phaseAfter');
player.addTempSkill('jixi2','phaseAfter');
event.finish();
}
"step 2"
@ -578,13 +578,13 @@ character.mountain={
order:10,
result:{
player:function(player){
if(player.skills.contains('jixi_nouse')) return 0;
if(player.skills.contains('jixi2')) return 0;
return player.storage.tuntian.length-1;
}
}
}
},
jixi_nouse:{},
jixi2:{},
jiang:{
audio:2,
trigger:{player:['shaBefore','juedouBefore'],target:['shaBefore','juedouBefore']},