This commit is contained in:
libccy 2016-04-21 16:33:42 +08:00
parent 62c1b7a4ff
commit 3a3269053c
2 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ character.shenhua={
audio:2,
trigger:{player:'phaseUseBefore'},
filter:function(event,player){
return player.num('h')>0;
return player.num('h')>0&&!player.hasSkill('fangquan3');
},
direct:true,
content:function(){

View File

@ -1,5 +1,5 @@
window.noname_update={
version:'1.8.8.3',
version:'1.8.8.4',
changeLog:[
'修bug',
]