Merge remote-tracking branch 'upstream/main'

This commit is contained in:
thororen1234 2024-10-05 17:15:48 +00:00
commit 7155bdf764
12 changed files with 76 additions and 100 deletions

View file

@ -42,8 +42,8 @@ export default definePlugin({
{
find: ",BURST_REACTION_EFFECT_PLAY",
replacement: {
match: /((\i)=\i=>{.{50,100})(\i\(\i,\i\))>=\i(?=.*BURST_REACTION_EFFECT_PLAY:\2)/,
replace: "$1!$self.shouldPlayBurstReaction($3)"
match: /(BURST_REACTION_EFFECT_PLAY:\i=>{.{50,100})(\i\(\i,\i\))>=\d+/,
replace: "$1!$self.shouldPlayBurstReaction($2)"
}
},
{