Skip to content

Commit 6b0f68e

Browse files
abcdefghijlkmnopqrstuvwxyz
1 parent 53727c1 commit 6b0f68e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

lovely/blind.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,19 @@ payload = '''
5151
end
5252
'''
5353
match_indent = true
54+
55+
# Shut the up plz and ty
56+
[[patches]]
57+
[patches.pattern]
58+
target = "blind.lua"
59+
pattern = '''sendWarnMessage(("Blind object %s has debuff_card function, recalc_debuff is preferred"):format(obj.key), obj.set)'''
60+
position = "at"
61+
payload = '''
62+
-- sendWarnMessage(("Blind object %s has debuff_card function, recalc_debuff is preferred"):format(obj.key), obj.set)
63+
'''
64+
match_indent = true
65+
66+
67+
68+
69+

0 commit comments

Comments
 (0)