Skip to content

Commit a4d8fa0

Browse files
Merge pull request #524 from TheRealNova422-real/patch-34
fragile fix
2 parents 988092f + 0b611db commit a4d8fa0

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
@@ -1306,7 +1306,7 @@ local glass_edition = {
13061306
then
13071307
if
13081308
not card.ability.eternal
1309-
and (
1309+
and not (
13101310
pseudorandom(pseudoseed("cry_fragile"))
13111311
> ((self.config.shatter_chance - 1) / self.config.shatter_chance)
13121312
)

0 commit comments

Comments
 (0)