Skip to content

Commit 828bce2

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 86bb740 commit 828bce2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

items/epic.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,7 @@ local bonusjoker = {
14891489
loc_vars = function(self, info_queue, card)
14901490
info_queue[#info_queue + 1] = G.P_CENTERS.m_bonus
14911491
local num, denom =
1492-
SMODS.get_probability_vars(card, 1, card and card.ability.extra.odds or self.config.extra.odds)
1492+
SMODS.get_probability_vars(card, 1, card and card.ability.extra.odds or self.config.extra.odds)
14931493
return {
14941494
vars = {
14951495
num,
@@ -1616,7 +1616,7 @@ local multjoker = {
16161616
return {
16171617
vars = {
16181618
num,
1619-
denom
1619+
denom,
16201620
},
16211621
}
16221622
end,

items/misc_joker.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3923,7 +3923,7 @@ local rnjoker = {
39233923
or (card.ability.extra and card.ability.extra.value)
39243924
or 0,
39253925
card.ability.extra and card.ability.extra.cond_value or 0,
3926-
num
3926+
num,
39273927
},
39283928
}
39293929
if card.ability.extra and card.ability.extra.color then

lib/overrides.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2142,4 +2142,4 @@ function SMODS.pseudorandom_probability(trigger_obj, seed, base_numerator, base_
21422142
return true
21432143
end
21442144
return pseudorandom_probability_ref(trigger_obj, seed, numerator, base_denominator)
2145-
end
2145+
end

0 commit comments

Comments
 (0)