Skip to content

Commit

Permalink
修改圣疗错误修改判断逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
RancherJie committed Jul 5, 2024
1 parent 9816d6e commit 55aa9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion character/shiZhouNian.js
Original file line number Diff line number Diff line change
Expand Up @@ -3046,7 +3046,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
trigger:{player:'zhiLiao'},
firstDo:true,
filter:function(event,player){
return event.faShu;
return !event.faShu;
},
forced:true,
content:function(){
Expand Down

0 comments on commit 55aa9e3

Please sign in to comment.