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 2cdc467 commit 0053312Copy full SHA for 0053312
items/misc_joker.lua
@@ -4342,7 +4342,7 @@ local rnjoker = {
4342
end
4343
elseif j.cond == "odds" then
4344
if
4345
- SMODS.pseudorandom_probability(
+ SMODS.pseudorandom_probability(
4346
card,
4347
1,
4348
card and card.ability.extra.odds or self.config.extra.odds
@@ -7820,7 +7820,7 @@ local busdriver = {
7820
if context.joker_main and (to_big(card.ability.extra.mult) > to_big(0)) then
7821
local oddy = math.max(1, card.ability.extra.odds)
7822
7823
7824
7825
"cry_busdriver",
7826
3,
0 commit comments