Skip to content

Commit 508ada1

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 94844bd commit 508ada1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/calculate.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ function Card:cry_double_scale_calc(orig_ability, in_context_scaling)
360360
local obj = G.jokers.cards[i].config.center
361361
-- found one!
362362
if obj.cry_scale_mod and type(obj.cry_scale_mod) == "function" then
363-
364363
-- 'o' will be the new factor that the joker should scale by next time
365364
local o = obj:cry_scale_mod(
366365
G.jokers.cards[i],

localization/en-us.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ return {
257257
"{C:green}1 in 3{} chance to",
258258
"create a {C:legendary}Legendary{C:legendary} Joker",
259259
"when Boss Blind is defeated",
260-
"{C:inactive}(must have room){}"
260+
"{C:inactive}(must have room){}",
261261
},
262262
unlock = {
263263
"Have {C:attention}2 Legendary Jokers",
@@ -3358,7 +3358,7 @@ return {
33583358
"{C:green}1 in 3{} chance to",
33593359
"create a {C:legendary}Legendary{C:legendary} Joker",
33603360
"when Boss Blind is defeated",
3361-
"{C:inactive}(must have room){}"
3361+
"{C:inactive}(must have room){}",
33623362
},
33633363
},
33643364
sleeve_cry_antimatter_sleeve = {

0 commit comments

Comments
 (0)