We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e0ebd commit 98de8acCopy full SHA for 98de8ac
items/misc_joker.lua
@@ -10342,13 +10342,13 @@ local pizza_slice = { -- +1 to all listed probabilities for the highest cat tag
10342
in_pool = function()
10343
return false
10344
end,
10345
- demicoloncompat = false,
+ demicoloncompat = true,
10346
config = { extra = { xmult = 1, xmult_mod = 0.5 } },
10347
loc_vars = function(self, info_queue, card)
10348
return { vars = { number_format(card.ability.extra.xmult_mod), number_format(card.ability.extra.xmult) } }
10349
10350
calculate = function(self, card, context)
10351
- if context.joker_main then
+ if context.joker_main or context.forcetrigger then
10352
return {
10353
message = localize({
10354
type = "variable",
0 commit comments