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.
2 parents 7c674b5 + 624a0ef commit 38d01d7Copy full SHA for 38d01d7
lovely.toml
@@ -1408,6 +1408,15 @@ position = 'at'
1408
payload = "text = localize{type='variable',key='a_xmult'..(to_big(amt)<to_big(0) and '_minus' or ''),vars={math.abs(amt)}}"
1409
match_indent = true
1410
1411
+[[patches]]
1412
+[patches.pattern]
1413
+target = "functions/common_events.lua"
1414
+pattern = "text = localize{type='variable',key='a_xchips'..(amt<0 and '_minus' or ''),vars={math.abs(amt)}}"
1415
+position = 'at'
1416
+payload = "text = localize{type='variable',key='a_xchips'..(to_big(amt)<to_big(0) and '_minus' or ''),vars={math.abs(amt)}}"
1417
+times = 1
1418
+match_indent = true
1419
+
1420
[[patches]]
1421
[patches.regex]
1422
target = '=[SMODS _ "src/utils.lua"]'
0 commit comments