Skip to content
Open
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
8 changes: 1 addition & 7 deletions UnstableEX.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -2153,4 +2147,4 @@ function Game:splash_screen()
end

end
end
end