Skip to content

Commit 2dd4d5d

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 73fd531 commit 2dd4d5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

items/misc.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1902,7 +1902,9 @@ 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)(
1906+
"cry_fragile_destroy"
1907+
)
19061908
then
19071909
card.config.will_shatter = true
19081910
end

0 commit comments

Comments
 (0)