Use boolean

This commit is contained in:
Emik 2026-07-10 20:35:51 +02:00
parent 805dd7c8d7
commit a23810f05d
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF

View file

@ -381,7 +381,7 @@ function SMODS.current_mod:calculate(context)
:where("config.extra.hand_type", context.scoring_name)
:pun "SMODS.Voucher"
:each(function(v, _)
SMODS.smart_level_up_hand(nil, v.config.extra.hand_type, nil, v.config.extra.amount)
SMODS.smart_level_up_hand(nil, v.config.extra.hand_type, false, v.config.extra.amount)
end)
local improbable, orig = G.GAME.modifiers.Roland_improbable, G.GAME.probabilities