Skip to content

Commit 624a0ef

Browse files
authored
add another to_big
1 parent eb204f6 commit 624a0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lovely.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@ match_indent = true
14131413
target = "functions/common_events.lua"
14141414
pattern = "text = localize{type='variable',key='a_xchips'..(amt<0 and '_minus' or ''),vars={math.abs(amt)}}"
14151415
position = 'at'
1416-
payload = "text = localize{type='variable',key='a_xchips'..(amt<to_big(0) and '_minus' or ''),vars={math.abs(amt)}}"
1416+
payload = "text = localize{type='variable',key='a_xchips'..(to_big(amt)<to_big(0) and '_minus' or ''),vars={math.abs(amt)}}"
14171417
times = 1
14181418
match_indent = true
14191419

0 commit comments

Comments
 (0)