修复神诸葛亮〖狂风〗触发加伤报错
This commit is contained in:
tangXins 2024-01-23 17:14:29 +08:00 committed by GitHub
parent f714945d5d
commit 24e6a9c9fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6117,7 +6117,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
},
kuangfeng3:{
trigger:{global:'damageBegin3'},
filter:function(event){
filter:function(event,player){
return event.hasNature('fire')&&event.player.getStorage('kuangfeng2').includes(player);
},
charlotte:true,