Skip to content

Commit 42032b1

Browse files
fixing phantomless double scale
1 parent 926fcc7 commit 42032b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/calculate.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,9 @@ function Card:calculate_joker(context)
597597
if active_side.ability.cry_rigged then
598598
G.GAME.probabilities.normal = ggpn
599599
end
600-
if next(find_joker("cry-Scalae")) or next(find_joker("cry-Double Scale")) then
600+
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
601603
active_side:cry_double_scale_calc(orig_ability, in_context_scaling)
602604
end
603605
return ret, trig

0 commit comments

Comments
 (0)