Skip to content

Commit e0306b9

Browse files
Remove deprecated code
1 parent 3be1ef6 commit e0306b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/overrides.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,8 +720,7 @@ function create_card(_type, area, legendary, _rarity, skip_materialize, soulable
720720
local function aeqviable(center)
721721
return center.unlocked
722722
and not Cryptid.no(center, "doe")
723-
and not Cryptid.no(center, "aeq")
724-
and not (center.rarity == 6 or center.rarity == "cry_exotic")
723+
and not (center.rarity == "cry_exotic")
725724
end
726725
if _type == "Joker" and not _rarity and not legendary then
727726
if not G.GAME.aequilibriumkey then

0 commit comments

Comments
 (0)