Skip to content

Commit

Permalink
stfu
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelius7309 committed Apr 5, 2024
1 parent fffcc61 commit 60264f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/r_blind.lua
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function Blind:modify_hand(cards, poker_hands, text, mult, hand_chips)
if blind_obj and blind_obj.modify_hand and type(blind_obj.modify_hand) == 'function' and not self.debuff then
return blind_obj.modify_hand(cards, poker_hands, text, mult, hand_chips)
end
return blind_modify_hand_ref(cards, poker_hands, text, mult, hand_chips)
return blind_modify_hand_ref(self, cards, poker_hands, text, mult, hand_chips)
end

local blind_press_play_ref = Blind.press_play
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Steamodded",
"version_number": "0.9.6",
"version_number": "0.9.7",
"website_url": "https://github.com/Steamopollys/Steamodded",
"description": "A Balatro ModLoader",
"dependencies": [
Expand Down

0 comments on commit 60264f0

Please sign in to comment.