Skip to content

Commit dee6648

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent e250659 commit dee6648

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

items/epic.lua

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -877,8 +877,9 @@ local boredom = {
877877
cost = 14,
878878
blueprint_compat = true,
879879
loc_vars = function(self, info_queue, card)
880-
local num, denom = SMODS.get_probability_vars(card, 1, card and card.ability.extra.odds or self.config.extra.odds)
881-
880+
local num, denom =
881+
SMODS.get_probability_vars(card, 1, card and card.ability.extra.odds or self.config.extra.odds)
882+
882883
return {
883884
vars = {
884885
num,
@@ -893,12 +894,13 @@ local boredom = {
893894
and not context.retrigger_joker
894895
and not (context.other_card.ability and context.other_card.ability.name == "cry-Boredom")
895896
then
896-
if SMODS.pseudorandom_probability(
897-
card,
898-
"cry_boredom_joker",
899-
1,
900-
card and card.ability.extra.odds or self.config.extra.odds
901-
)
897+
if
898+
SMODS.pseudorandom_probability(
899+
card,
900+
"cry_boredom_joker",
901+
1,
902+
card and card.ability.extra.odds or self.config.extra.odds
903+
)
902904
then
903905
return {
904906
message = localize("k_again_ex"),

0 commit comments

Comments
 (0)