We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7e13c commit c1b1b91Copy full SHA for c1b1b91
items/misc.lua
@@ -1868,7 +1868,7 @@ local glass_edition = {
1868
if
1869
not card.ability.eternal
1870
and pseudorandom("cry_fragile_destroy")
1871
- < cry_prob(card.ability.cry_prob, card.aedition.odds, card.ability.cry_rigged) / card.edition.odds
+ < cry_prob(card.ability.cry_prob, card.edition.odds, card.ability.cry_rigged) / card.edition.odds
1872
then
1873
-- this event call might need to be pushed later to make more sense
1874
G.E_MANAGER:add_event(Event({
0 commit comments