diff --git a/src/joker.lua b/src/joker.lua index 2c444b5..9977438 100644 --- a/src/joker.lua +++ b/src/joker.lua @@ -252,8 +252,8 @@ SMODS.Joker { pos = {x = 0, y = 0}, soul_pos = {x = 1, y = 0}, cost = 50, - rarity = exotic, blueprint_compat = true, + rarity = Cryptid and exotic or 3, loc_vars = function(_, _, center) return {vars = {center.ability.extra.tet, 1 + (voucher_count() * center.ability.extra.tet)}} end,