Skip to content

Commit 2cdc467

Browse files
committed
missed one line
1 parent 96ac284 commit 2cdc467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

items/misc_joker.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4342,7 +4342,7 @@ local rnjoker = {
43424342
end
43434343
elseif j.cond == "odds" then
43444344
if
4345-
SMODS.(
4345+
SMODS.pseudorandom_probability(
43464346
card,
43474347
1,
43484348
card and card.ability.extra.odds or self.config.extra.odds
@@ -9395,7 +9395,7 @@ local digitalhallucinations = {
93959395

93969396
if
93979397
context.open_booster
9398-
and (pseudorandom_probability(card, "digi", 1, card and card.ability.odds or self.config.odds))
9398+
and (SMODS.pseudorandom_probability(card, "digi", 1, card and card.ability.odds or self.config.odds))
93999399
then
94009400
local boosty = context.card
94019401
-- finally mod compat?

0 commit comments

Comments
 (0)