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