From 50334725ce87970b7cf79a46512011fe5d14228f Mon Sep 17 00:00:00 2001 From: wingedcatgirl <69098783+wingedcatgirl@users.noreply.github.com> Date: Tue, 8 Apr 2025 02:03:31 -0400 Subject: [PATCH 1/2] fix crash on boot? --- .gitignore | 2 ++ Bunco.json | 3 ++- lovely.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e43b0f98..e1750d78 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .DS_Store +.lovelyignore +.gitignore diff --git a/Bunco.json b/Bunco.json index 255b23a2..5dbd2516 100644 --- a/Bunco.json +++ b/Bunco.json @@ -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)" ] } \ No newline at end of file diff --git a/lovely.toml b/lovely.toml index de7adb90..a0974a06 100644 --- a/lovely.toml +++ b/lovely.toml @@ -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 From 6dd5871c77134cf2b590d0bb838b3ace3be4de1b Mon Sep 17 00:00:00 2001 From: wingedcatgirl <69098783+wingedcatgirl@users.noreply.github.com> Date: Tue, 8 Apr 2025 02:16:28 -0400 Subject: [PATCH 2/2] note min smods in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 01301bb1..4e6c89b6 100644 --- a/README.md +++ b/README.md @@ -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).) \ No newline at end of file