Merge pull request #844 from tangXins/PR-Branch

bugfix
This commit is contained in:
Spmario233 2024-01-23 23:23:20 +08:00 committed by GitHub
commit a9865f72a7
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,