Skip to content

Commit 69083b6

Browse files
sprite
1 parent 30d54ed commit 69083b6

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

assets/1x/atlasthree.png

2.46 KB
Loading

assets/2x/atlasthree.png

-2.32 KB
Loading

items/misc_joker.lua

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10936,8 +10936,9 @@ local thal = {
1093610936
object_type = "Joker",
1093710937
name = "cry-thalia",
1093810938
key = "thalia",
10939-
atlas = "placeholders",
10940-
pos = { x = 1, y = 1 },
10939+
atlas = "atlasthree",
10940+
pos = { x = 0, y = 8 },
10941+
soul_pos = { x = 1, y = 8 },
1094110942
config = { extra = { xmgain = 1 } },
1094210943
rarity = 4,
1094310944
cost = 20,
@@ -10950,9 +10951,7 @@ local thal = {
1095010951
end,
1095110952

1095210953
calc_xmult = function(self, card)
10953-
if not (G.jokers or G.jokers.cards[1]) then
10954-
return 1
10955-
end
10954+
if not (G.jokers and G.jokers.cards) then return 1 end
1095610955

1095710956
local seen = {}
1095810957
for _, c in ipairs(G.jokers.cards) do

0 commit comments

Comments
 (0)