Only apply this to attuned saint
This commit is contained in:
parent
3002fe967f
commit
c494379e07
2 changed files with 2 additions and 2 deletions
|
|
@ -17,5 +17,5 @@
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
"Jen"
|
"Jen"
|
||||||
],
|
],
|
||||||
"version": "1.5.7"
|
"version": "1.5.8"
|
||||||
}
|
}
|
||||||
|
|
@ -493,7 +493,6 @@ SMODS.Joker {
|
||||||
soul_pos = {x = 1, y = 0},
|
soul_pos = {x = 1, y = 0},
|
||||||
cost = 20,
|
cost = 20,
|
||||||
rarity = 4,
|
rarity = 4,
|
||||||
debuff_immune = true,
|
|
||||||
blueprint_compat = true,
|
blueprint_compat = true,
|
||||||
loc_vars = function(_, info_queue, card)
|
loc_vars = function(_, info_queue, card)
|
||||||
if Cryptid then
|
if Cryptid then
|
||||||
|
|
@ -542,6 +541,7 @@ SMODS.Joker {
|
||||||
update = function(_, card, _)
|
update = function(_, card, _)
|
||||||
if card.ability.extra.is_attuned then
|
if card.ability.extra.is_attuned then
|
||||||
card.debuff = false
|
card.debuff = false
|
||||||
|
card.debuff_immune = true
|
||||||
end
|
end
|
||||||
|
|
||||||
if card.added_to_deck and card.children.center and card.children.floating_sprite then
|
if card.added_to_deck and card.children.center and card.children.floating_sprite then
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue