Skip to content

Commit 2653d03

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 7f253ce commit 2653d03

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

items/misc_joker.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9259,7 +9259,6 @@ local oil_lamp = { --You want it? It's yours my friend
92599259
},
92609260
}
92619261

9262-
92639262
local tax_fraud = {
92649263
object_type = "Joker",
92659264
dependencies = {
@@ -10748,7 +10747,7 @@ local miscitems = {
1074810747
paved_joker,
1074910748
fading_joker,
1075010749
poor_joker,
10751-
oil_lamp
10750+
oil_lamp,
1075210751
}
1075310752

1075410753
return {

localization/en-us.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1824,7 +1824,7 @@ return {
18241824
"{C:attention}Double{} all values",
18251825
"of leftmost {C:attention}Joker",
18261826
"at end of round",
1827-
"{C:inactive}(Value Modifer stacks){}"
1827+
"{C:inactive}(Value Modifer stacks){}",
18281828
},
18291829
},
18301830
j_cry_ghost = {
@@ -1928,7 +1928,7 @@ return {
19281928
"When {C:attention}Boss Blind{} defeated,",
19291929
"Temporarily {C:attention}Double{} values of adjacent Jokers",
19301930
"{E:2,C:red}self destructs{}",
1931-
"{C:inactive}(Value Modifer does not stack){}"
1931+
"{C:inactive}(Value Modifer does not stack){}",
19321932
},
19331933
},
19341934
j_cry_jimball = {
@@ -2352,7 +2352,7 @@ return {
23522352
text = {
23532353
"Increase values of {C:attention}Joker{}",
23542354
"to the right by {C:attention}Twenty{} Percent",
2355-
"{C:inactive}(Value Modifer does not stack){}"
2355+
"{C:inactive}(Value Modifer does not stack){}",
23562356
},
23572357
},
23582358
j_cry_oldblueprint = {
@@ -2933,7 +2933,7 @@ return {
29332933
"Temporarily Increase values of all",
29342934
"{C:attention}Jokers{} by {C:attention}Fifty{} Percent",
29352935
"for the remainder of this ante",
2936-
"{C:inactive}(Value Modifer does not stack){}"
2936+
"{C:inactive}(Value Modifer does not stack){}",
29372937
},
29382938
},
29392939
j_cry_unity = {

0 commit comments

Comments
 (0)