Skip to content

Commit

Permalink
Add end_of_round global
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelius7309 committed Jan 10, 2025
1 parent 0de4ab6 commit dca11f0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion lovely/better_calc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1413,4 +1413,12 @@ local percent_delta = 0.08
'''
payload = '''percent = 0.3
percent_delta = 0.08
'''
'''

[[patches]]
[patches.pattern]
target = 'functions/state_events.lua'
match_indent = true
position = 'at'
pattern = '''local percent = (i-0.999)/(#G.hand.cards-0.998) + (j-1)*0.1'''
payload = '''percent = (i-0.999)/(#G.hand.cards-0.998) + (j-1)*0.1'''

0 comments on commit dca11f0

Please sign in to comment.