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 4ffde47 commit 18e318bCopy full SHA for 18e318b
items/code.lua
@@ -1991,10 +1991,10 @@ local rigged = {
1991
calculate = function(self, card, context)
1992
if context.mod_probability and context.trigger_obj == card then
1993
return {
1994
- numerator = context.numerator * 2
+ numerator = context.numerator * 2,
1995
}
1996
end
1997
- end
+ end,
1998
1999
-- ://Patch
2000
-- Removes all visible debuffs, flips cards face up
0 commit comments