Skip to content

Commit 295bb72

Browse files
authored
Merge pull request #90 from wingedcatgirl/patch
Fix another card_eval_status_text crash
2 parents 897bf60 + c4d68a2 commit 295bb72

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lovely.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,6 +1392,14 @@ position = 'at'
13921392
payload = "if to_big(amt) > to_big(0) or to_big(amt) < to_big(0) then"
13931393
match_indent = true
13941394

1395+
[[patches]]
1396+
[patches.pattern]
1397+
target = 'functions/common_events.lua'
1398+
pattern = "if amt > 0 or amt < 0 then"
1399+
position = 'at'
1400+
payload = "if to_big(amt) > to_big(0) or to_big(amt) < to_big(0) then"
1401+
match_indent = true
1402+
13951403
[[patches]]
13961404
[patches.regex]
13971405
target = "functions/common_events.lua"

0 commit comments

Comments
 (0)