Skip to content

Commit afebd43

Browse files
committed
fix eternal check
1 parent 0800419 commit afebd43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

items/misc.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1901,7 +1901,7 @@ local glass_edition = {
19011901
end
19021902
if context.main_scoring and context.cardarea == G.play then
19031903
if
1904-
-- not SMODS.is_eternal(card)
1904+
not SMODS.is_eternal(card)
19051905
and SMODS.pseudorandom_probability(card, "cry_fragile_destroy", 1, card.ability.odds)
19061906
then
19071907
card.config.will_shatter = true

0 commit comments

Comments
 (0)