Skip to content

Commit 0053312

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 2cdc467 commit 0053312

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.pseudorandom_probability(
4345+
SMODS.pseudorandom_probability(
43464346
card,
43474347
1,
43484348
card and card.ability.extra.odds or self.config.extra.odds
@@ -7820,7 +7820,7 @@ local busdriver = {
78207820
if context.joker_main and (to_big(card.ability.extra.mult) > to_big(0)) then
78217821
local oddy = math.max(1, card.ability.extra.odds)
78227822
if
7823-
SMODS.pseudorandom_probability(
7823+
SMODS.pseudorandom_probability(
78247824
card,
78257825
"cry_busdriver",
78267826
3,

0 commit comments

Comments
 (0)