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 49883a3 commit 34f476bCopy full SHA for 34f476b
items/code.lua
@@ -2242,6 +2242,8 @@ local hooked = {
2242
and context.post_trigger
2243
and not context.forcetrigger
2244
and not context.other_context.forcetrigger
2245
+ and not context.other_context.mod_probability
2246
+ and not context.other_context.fixed_probability
2247
then
2248
for i = 1, #G.jokers.cards do
2249
if G.jokers.cards[i].sort_id == card.ability.cry_hook_id then
0 commit comments