Skip to content

Commit 7ed5c77

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent db434f8 commit 7ed5c77

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

items/blind.lua

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,9 @@ local landlord = {
935935
if context.after then
936936
local jokers = {}
937937
for i, v in pairs(G.jokers.cards) do
938-
if not v.ability.rental then jokers[#jokers+1] = v end
938+
if not v.ability.rental then
939+
jokers[#jokers + 1] = v
940+
end
939941
end
940942
if #jokers > 0 then
941943
G.E_MANAGER:add_event(Event({
@@ -944,12 +946,12 @@ local landlord = {
944946
joker.ability.rental = true
945947
joker:juice_up()
946948
return true
947-
end
949+
end,
948950
}))
949951
end
950952
G.GAME.blind.triggered = true
951953
end
952-
end
954+
end,
953955
}
954956

955957
--It seems Showdown blind order is seperate from normal blind collection order? convenient for me at least
@@ -1739,6 +1741,6 @@ local items_togo = {
17391741
trophy,
17401742
decision,
17411743
chromatic,
1742-
landlord
1744+
landlord,
17431745
}
17441746
return { name = "Blinds", items = items_togo }

localization/en-us.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ return {
426426
text = {
427427
"Apply rental to",
428428
"a random Joker",
429-
"when hand is played"
429+
"when hand is played",
430430
},
431431
},
432432
bl_cry_pinkbow = {

0 commit comments

Comments
 (0)