Skip to content

Commit bc856b1

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 9d2233d commit bc856b1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

items/exotic.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,8 +1332,8 @@ local energia = {
13321332
key = card.ability.extra.tags == 1 and "a_tag" or "a_tags",
13331333
vars = { t },
13341334
})[1],
1335-
colour = G.C.DARK_EDITION
1336-
}
1335+
colour = G.C.DARK_EDITION,
1336+
},
13371337
})
13381338
return { tags = math.max(t, 0) }
13391339
end

items/m.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@ local mprime = {
15361536
scaling_message = {
15371537
message = localize("cry_m_ex"),
15381538
colour = G.C.DARK_EDITION,
1539-
}
1539+
},
15401540
})
15411541
end
15421542
elseif
@@ -1753,7 +1753,7 @@ local megg = {
17531753
ref_value = "amount",
17541754
scalar_value = "amount_mod",
17551755
scaling_message = {
1756-
message = localize("cry_jolly_ex")
1756+
message = localize("cry_jolly_ex"),
17571757
},
17581758
})
17591759
if to_big(card.ability.extra.amount) > to_big(card.ability.immutable.max_amount) then

items/misc_joker.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9147,7 +9147,7 @@ local cookie = {
91479147
scaling_message = {
91489148
message = "-" .. number_format(card.ability.extra.chip_mod),
91499149
colour = G.C.CHIPS,
9150-
}
9150+
},
91519151
})
91529152
end
91539153
end

0 commit comments

Comments
 (0)