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 b3a43fc commit 6391c48Copy full SHA for 6391c48
lovely.toml
@@ -1501,7 +1501,7 @@ target = 'functions/misc_functions.lua'
1501
position = 'at'
1502
match_indent = true
1503
pattern = '''
1504
-G.ARGS.score_intensity.earned_score = G.ARGS.score_intensity.earned_score = G.GAME.current_round.current_hand.chips*G.GAME.current_round.current_hand.mult
+G.ARGS.score_intensity.earned_score = G.GAME.current_round.current_hand.chips*G.GAME.current_round.current_hand.mult
1505
'''
1506
payload = '''
1507
G.ARGS.score_intensity.earned_score = math.min(to_number(G.ARGS.score_intensity.earned_score = G.GAME.current_round.current_hand.chips*G.GAME.current_round.current_hand.mult), 1e300)
0 commit comments