Skip to content

Commit 6cb13b9

Browse files
the better phantomless double scale
1 parent 51d3e8f commit 6cb13b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/calculate.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -597,9 +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
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"))
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")
603603
then
604604
active_side:cry_double_scale_calc(orig_ability, in_context_scaling)
605605
end

0 commit comments

Comments
 (0)