Skip to content

Commit ec6f6d7

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

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

items/epic.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2735,7 +2735,8 @@ local oil_lamp = { --You want it? It's yours my friend
27352735
if not Card.no(G.jokers.cards[i + 1], "immutable", true) then
27362736
check = true
27372737
Cryptid.manipulate(G.jokers.cards[i + 1], { value = card.ability.extra.increase })
2738-
G.jokers.cards[i + 1].config.cry_oil_lamp = (G.jokers.cards[i + 1].config.cry_oil_lamp or 1) * card.ability.extra.increase
2738+
G.jokers.cards[i + 1].config.cry_oil_lamp = (G.jokers.cards[i + 1].config.cry_oil_lamp or 1)
2739+
* card.ability.extra.increase
27392740
end
27402741
end
27412742
end
@@ -2796,6 +2797,6 @@ return {
27962797
demicolon,
27972798
starfruit,
27982799
chad,
2799-
oil_lamp
2800+
oil_lamp,
28002801
},
28012802
}

lib/misc.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1574,4 +1574,4 @@ function end_round()
15741574
end
15751575
end
15761576
end
1577-
end
1577+
end

localization/en-us.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2349,7 +2349,7 @@ return {
23492349
text = {
23502350
"Temporarily Increase values of {C:attention}Joker{}",
23512351
"to the right by {C:attention}Twenty{} Percent",
2352-
"for the remainder of this ante"
2352+
"for the remainder of this ante",
23532353
},
23542354
},
23552355
j_cry_oldblueprint = {
@@ -2929,7 +2929,7 @@ return {
29292929
"Sell this card to",
29302930
"Temporarily Increase values of all",
29312931
"{C:attention}Jokers{} by {C:attention}Fifty{} Percent",
2932-
"for the remainder of this ante"
2932+
"for the remainder of this ante",
29332933
},
29342934
},
29352935
j_cry_unity = {

0 commit comments

Comments
 (0)