We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d3e8f commit 6cb13b9Copy full SHA for 6cb13b9
lib/calculate.lua
@@ -597,9 +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
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"))
+ if
+ (next(find_joker("cry-Scalae")) or next(find_joker("cry-Double Scale")))
+ or (active_side.ability.name == "cry-Exponentia" or "cry-Compound Interest")
603
then
604
active_side:cry_double_scale_calc(orig_ability, in_context_scaling)
605
0 commit comments