We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 926fcc7 commit 42032b1Copy full SHA for 42032b1
lib/calculate.lua
@@ -597,7 +597,9 @@ function Card:calculate_joker(context)
597
if active_side.ability.cry_rigged then
598
G.GAME.probabilities.normal = ggpn
599
end
600
- if next(find_joker("cry-Scalae")) or next(find_joker("cry-Double Scale")) then
+ if
601
+ (next(find_joker("cry-Scalae")) or next(find_joker("cry-Double Scale")))
602
+ or (active_side.ability.name == ("cry-Exponentia" or "cry-Compound Interest") then
603
active_side:cry_double_scale_calc(orig_ability, in_context_scaling)
604
605
return ret, trig
0 commit comments