Skip to content

Commit 54d9957

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent e0306b9 commit 54d9957

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/overrides.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -718,9 +718,7 @@ function create_card(_type, area, legendary, _rarity, skip_materialize, soulable
718718
forced_key = "j_cry_rnjoker"
719719
end
720720
local function aeqviable(center)
721-
return center.unlocked
722-
and not Cryptid.no(center, "doe")
723-
and not (center.rarity == "cry_exotic")
721+
return center.unlocked and not Cryptid.no(center, "doe") and not (center.rarity == "cry_exotic")
724722
end
725723
if _type == "Joker" and not _rarity and not legendary then
726724
if not G.GAME.aequilibriumkey then

0 commit comments

Comments
 (0)