Only apply this to attuned saint

This commit is contained in:
Emik 2025-05-02 02:31:48 +02:00
parent 3002fe967f
commit c494379e07
Signed by: emik
GPG key ID: 09CDFF9E5703688D
2 changed files with 2 additions and 2 deletions

View file

@ -17,5 +17,5 @@
"conflicts": [
"Jen"
],
"version": "1.5.7"
"version": "1.5.8"
}

View file

@ -493,7 +493,6 @@ SMODS.Joker {
soul_pos = {x = 1, y = 0},
cost = 20,
rarity = 4,
debuff_immune = true,
blueprint_compat = true,
loc_vars = function(_, info_queue, card)
if Cryptid then
@ -542,6 +541,7 @@ SMODS.Joker {
update = function(_, card, _)
if card.ability.extra.is_attuned then
card.debuff = false
card.debuff_immune = true
end
if card.added_to_deck and card.children.center and card.children.floating_sprite then