Skip to content

Commit fdd20fa

Browse files
Unlock Sync Catalyst
1 parent ac6a5e3 commit fdd20fa

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

items/epic.lua

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -262,25 +262,7 @@ local sync_catalyst = {
262262
"Math",
263263
},
264264
},
265-
unlocked = false,
266-
check_for_unlock = function(self, args)
267-
if safe_get(G, "jokers") and safe_get(G.GAME, "round_resets", "ante") and G.GAME.round_resets.ante < 9 then
268-
local rarities = {}
269-
for i = 1, #G.jokers.cards do
270-
local card = G.jokers.cards[i]
271-
rarities[card.config.center.rarity .. "_rarity"] = true
272-
end
273-
if rarities["3_rarity"] and rarities["4_rarity"] and rarities["cry_epic_rarity"] then
274-
unlock_card(self)
275-
end
276-
end
277-
if args.type == "cry_lock_all" then
278-
lock_card(self)
279-
end
280-
if args.type == "cry_unlock_all" then
281-
unlock_card(self)
282-
end
283-
end,
265+
unlocked = true,
284266
}
285267

286268
-- Negative Joker

0 commit comments

Comments
 (0)