Skip to content

Commit 3d6c950

Browse files
authored
Merge pull request #777 from InvalidOS/patch-6
fix jimball crashing instantly
2 parents 07d4a02 + 5de1c60 commit 3d6c950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

items/misc_joker.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1712,7 +1712,7 @@ local jimball = {
17121712
SMODS.scale_card(card, {
17131713
ref_table = card.ability.extra,
17141714
ref_value = "x_mult",
1715-
scalar_value = "X_mult_mod",
1715+
scalar_value = "x_mult_mod",
17161716
message_key = "a_xmult",
17171717
message_colour = G.C.MULT,
17181718
})
@@ -1734,7 +1734,7 @@ local jimball = {
17341734
SMODS.scale_card(card, {
17351735
ref_table = card.ability.extra,
17361736
ref_value = "x_mult",
1737-
scalar_value = "X_mult_mod",
1737+
scalar_value = "x_mult_mod",
17381738
message_key = "a_xmult",
17391739
message_colour = G.C.MULT,
17401740
})

0 commit comments

Comments
 (0)