Skip to content

Commit 324a195

Browse files
committed
fix roulette art
1 parent 4481a69 commit 324a195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

items/jokers/misc_jokers.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2097,7 +2097,7 @@ local roulette = {
20972097
},
20982098
eternal_compat = true,
20992099
pos = {x = 0, y = 8},
2100-
atlas = "placeholder",
2100+
atlas = "jokers",
21012101
loc_vars = function(self, q, card)
21022102
local num, denom = SMODS.get_probability_vars(card, 1, card.ability.extra.odds)
21032103
return {

0 commit comments

Comments
 (0)