Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.DS_Store
.lovelyignore
.gitignore
3 changes: 2 additions & 1 deletion Bunco.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"version": "5.1",
"conflicts": [
"Lovely (<<0.7.1)",
"Talisman (<=2.0.3)"
"Talisman (<=2.0.3)",
"Steamodded (<<1.0.0~BETA-0404a)"
]
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
A mod that aims to add more content in a way that'd seamlessly exist within the vanilla Balatro!

(Current commit requires Steamodded **1.0.0~BETA-0404a** at minimum; if you must use older Steamodded please also use [older Bunco](https://github.com/Firch/Bunco/releases/tag/5.1).)
2 changes: 1 addition & 1 deletion lovely.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3394,7 +3394,7 @@ payload = '''if not from_debuff then
[[patches]]
[patches.pattern]
target = 'card.lua'
pattern = "if G.GAME.blind and G.GAME.blind.in_blind then G.E_MANAGER:add_event(Event({ func = function() G.GAME.blind:set_blind(nil, true, nil); return true end })) end"
pattern = "if G.GAME.blind and G.GAME.blind.in_blind and not self.from_quantum then G.E_MANAGER:add_event(Event({ func = function() G.GAME.blind:set_blind(nil, true, nil); return true end })) end"
position = 'before'
match_indent = true
payload = '''end
Expand Down