Skip to content

Commit 9cbbf6a

Browse files
committed
forgot to save this last part oops
1 parent 15b3764 commit 9cbbf6a

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

lib/overrides.lua

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -845,36 +845,6 @@ function create_card(_type, area, legendary, _rarity, skip_materialize, soulable
845845
forced_key = G.P_CENTER_POOLS["Joker"][aeqactive].key
846846
end
847847
end
848-
--should pool be skipped with a forced key
849-
if not forced_key and soulable and not G.GAME.banned_keys["c_soul"] then
850-
for _, v in ipairs(SMODS.Consumable.legendaries) do
851-
if
852-
(_type == v.type.key or _type == v.soul_set)
853-
and not (G.GAME.used_jokers[v.key] and not next(find_joker("Showman")) and not v.can_repeat_soul)
854-
then
855-
if pseudo("soul_" .. v.key .. _type .. G.GAME.round_resets.ante) > (1 - v.soul_rate) then
856-
forced_key = v.key
857-
end
858-
end
859-
end
860-
if
861-
(_type == "Tarot" or _type == "Spectral" or _type == "Tarot_Planet")
862-
and not (G.GAME.used_jokers["c_soul"] and not next(find_joker("Showman")))
863-
then
864-
if pseudo("soul_" .. _type .. G.GAME.round_resets.ante) > 0.997 then
865-
forced_key = "c_soul"
866-
end
867-
end
868-
if
869-
(_type == "Planet" or _type == "Spectral")
870-
and not (G.GAME.used_jokers["c_black_hole"] and not next(find_joker("Showman")))
871-
then
872-
if pseudo("soul_" .. _type .. G.GAME.round_resets.ante) > 0.997 then
873-
forced_key = "c_black_hole"
874-
end
875-
end
876-
end
877-
878848
if _type == "Base" then
879849
forced_key = "c_base"
880850
end

0 commit comments

Comments
 (0)