From 3a05d448b5f33baca0c09b586a5fa59b6474e7a8 Mon Sep 17 00:00:00 2001 From: Athebyne <30442287+f-raZ0R@users.noreply.github.com> Date: Thu, 21 Aug 2025 15:20:38 -0400 Subject: [PATCH] Remove Dichrome from the blacklist because it works on Playing Cards now https://github.com/Balatro-Paperback/paperback/commit/eabf7313bb2c395c0a82eb4bbb5b67412b9a21b2 granted its only in the beta so not sure if this should be merged yet --- UnstableEX.lua | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/UnstableEX.lua b/UnstableEX.lua index 703d26f..bb2eaad 100644 --- a/UnstableEX.lua +++ b/UnstableEX.lua @@ -1672,12 +1672,6 @@ end end ---Paperback Compat -if check_mod_active("Paperback") then - --Blacklist Dichrome Edition from Siphon (because it cannot appear on Playing Cards) - unstb_global.register_siphon_blacklist({'e_paperback_dichrome'}) -end - --DnDJ Compat if check_mod_active("DnDJ") then @@ -2153,4 +2147,4 @@ function Game:splash_screen() end end -end \ No newline at end of file +end