We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03adaa9 commit 4f7b2d7Copy full SHA for 4f7b2d7
FinalMix.lua
@@ -30,6 +30,7 @@ SMODS.DynaTextEffect {
30
31
-- tailsman thingy
32
to_big = to_big or function(x) return x end
33
+to_number = to_number or function(x) return x end
34
35
SMODS.current_mod.optional_features = {
36
post_trigger = true,
content/cards/17_gummiphone.lua
@@ -31,7 +31,7 @@ SMODS.Joker {
calculate = function(self, card, context)
if context.after and not context.blueprint and not context.repetition and not context.other_card then
- local handy = hand_chips
+ local handy = to_number(hand_chips)
card.ability.extra.old_hand_chips = handy / 10
end
37
if context.setting_blind and card.ability.extra.old_hand_chips > 0 then
0 commit comments