Skip to content

Commit

Permalink
fix duplicate money
Browse files Browse the repository at this point in the history
  • Loading branch information
Eremel committed Jan 7, 2025
1 parent e053d16 commit b8371f9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions lovely/joker_retriggers.toml
Original file line number Diff line number Diff line change
Expand Up @@ -342,3 +342,23 @@ message = localize{type='variable',key='a_xmult',vars={self.ability.x_mult}},'''
position = "before"
match_indent = true
payload = "card = self,"

# To Do List
[[patches]]
[patches.pattern]
target = "card.lua"
pattern = '''message = localize('$')..self.ability.extra.dollars,
dollars = self.ability.extra.dollars,'''
position = "at"
match_indent = true
payload = '''message = localize('$')..self.ability.extra.dollars,'''

# Matador
[[patches]]
[patches.pattern]
target = "card.lua"
pattern = '''message = localize('$')..self.ability.extra,
dollars = self.ability.extra,'''
position = "at"
match_indent = true
payload = '''message = localize('$')..self.ability.extra.dollars,'''
2 changes: 1 addition & 1 deletion version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return "1.0.0~ALPHA-1307a-STEAMODDED"
return "1.0.0~ALPHA-1307b-STEAMODDED"

0 comments on commit b8371f9

Please sign in to comment.