This commit is contained in:
libccy 2019-06-28 07:27:38 -04:00
parent 05d8d1df35
commit 2021098b24
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
}
},
gwhuanshuang:{
trigger:{player:['phaseBegin']},
trigger:{player:['phaseBegin','phaseEnd']},
direct:true,
filter:function(event,player){
return !player.hasSkill('gwhuanshuang_disable');