Skip to content

Commit 98de8ac

Browse files
committed
another one 💀
1 parent 07e0ebd commit 98de8ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

items/misc_joker.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10342,13 +10342,13 @@ local pizza_slice = { -- +1 to all listed probabilities for the highest cat tag
1034210342
in_pool = function()
1034310343
return false
1034410344
end,
10345-
demicoloncompat = false,
10345+
demicoloncompat = true,
1034610346
config = { extra = { xmult = 1, xmult_mod = 0.5 } },
1034710347
loc_vars = function(self, info_queue, card)
1034810348
return { vars = { number_format(card.ability.extra.xmult_mod), number_format(card.ability.extra.xmult) } }
1034910349
end,
1035010350
calculate = function(self, card, context)
10351-
if context.joker_main then
10351+
if context.joker_main or context.forcetrigger then
1035210352
return {
1035310353
message = localize({
1035410354
type = "variable",

0 commit comments

Comments
 (0)