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 eb204f6 commit 624a0efCopy full SHA for 624a0ef
lovely.toml
@@ -1413,7 +1413,7 @@ match_indent = true
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'..(amt<to_big(0) and '_minus' or ''),vars={math.abs(amt)}}"
+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
0 commit comments