Skip to content
Merged
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
2 changes: 1 addition & 1 deletion src/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2778,7 +2778,7 @@ function SMODS.is_eternal(card, trigger)
end
end
if card.ability.eternal then ret = true end
if not card.config.center.eternal_compat and not ovr_compat then ret = false end
if card.config.center.eternal_compat == false and not ovr_compat then ret = false end
return ret
end

Expand Down