Skip to content

Commit 3be1ef6

Browse files
committed
Disable Almanac enhanced decks
1 parent e3201fc commit 3be1ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

items/enhanced.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ return {
407407
}
408408
local editions = {}
409409
for _, v in pairs(pool_table[center.edeck_type]) do
410-
if v.key ~= "e_base" and not v.no_edeck then
410+
if v.key ~= "e_base" and not v.no_edeck and Cryptid.safe_get(v, "mod", "id") ~= "jen" then
411411
editions[#editions + 1] = (center.edeck_type == "edition" and v.key:sub(3)) or v.key
412412
end
413413
end

0 commit comments

Comments
 (0)