We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53727c1 commit 6b0f68eCopy full SHA for 6b0f68e
lovely/blind.toml
@@ -51,3 +51,19 @@ payload = '''
51
end
52
'''
53
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