Skip to content

Commit 96825a4

Browse files
committed
fix typo in interest calc display
1 parent 60f3ef5 commit 96825a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lovely/code.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ payload = '''
5050
if G.GAME.dollars >= 5 and not G.GAME.modifiers.no_interest then
5151
local interest = Cryptid.get_interest(true)
5252
if G.GAME.cry_payload then add_round_eval_row({bonus = true, payload = G.GAME.cry_payload, name='interest_payload', pitch = pitch, dollars = interest}) else
53-
add_round_eval_row({bonus = true, name='interest', pitch = pitch, dollars = interst}) end
53+
add_round_eval_row({bonus = true, name='interest', pitch = pitch, dollars = interest}) end
5454
pitch = pitch + 0.06
5555
if not G.GAME.seeded and not G.GAME.challenge then
5656
if to_big(G.GAME.interest_amount*math.min(math.floor(G.GAME.dollars/Cryptid.interest_rate()), G.GAME.interest_cap/Cryptid.interest_rate())) >= to_big(G.GAME.interest_amount*G.GAME.interest_cap/Cryptid.interest_rate()) then

0 commit comments

Comments
 (0)