Skip to content

Commit d702a12

Browse files
committed
typo
1 parent 73fd531 commit d702a12

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
@@ -1902,7 +1902,7 @@ local glass_edition = {
19021902
if context.main_scoring and context.cardarea == G.play then
19031903
if
19041904
not SMODS.is_eternal(card)
1905-
and SMODS.pseudorandom_probability(card, "cry_fragile_destroy", 1, card.ability.odds) ("cry_fragile_destroy")
1905+
and SMODS.pseudorandom_probability(card, "cry_fragile_destroy", 1, card.ability.odds)
19061906
then
19071907
card.config.will_shatter = true
19081908
end

0 commit comments

Comments
 (0)