Use boolean
This commit is contained in:
parent
805dd7c8d7
commit
a23810f05d
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ function SMODS.current_mod:calculate(context)
|
||||||
:where("config.extra.hand_type", context.scoring_name)
|
:where("config.extra.hand_type", context.scoring_name)
|
||||||
:pun "SMODS.Voucher"
|
:pun "SMODS.Voucher"
|
||||||
:each(function(v, _)
|
: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)
|
end)
|
||||||
|
|
||||||
local improbable, orig = G.GAME.modifiers.Roland_improbable, G.GAME.probabilities
|
local improbable, orig = G.GAME.modifiers.Roland_improbable, G.GAME.probabilities
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue