I am feeling very anxious today.
This commit is contained in:
parent
29f29c566d
commit
8db953dde2
1 changed files with 1 additions and 1 deletions
|
|
@ -620,7 +620,7 @@ joker {
|
||||||
|
|
||||||
for _ = 1, 64 do
|
for _ = 1, 64 do
|
||||||
local g = G.GAME
|
local g = G.GAME
|
||||||
local key = "RolandMartingale" .. (g.modifiers.Roland_martingale_seed or "")
|
local key = "RolandMartingale" .. tostring(g.modifiers.Roland_martingale_seed or "")
|
||||||
|
|
||||||
if SMODS.pseudorandom_probability(card, self.key, 1, extra.odds, key) then
|
if SMODS.pseudorandom_probability(card, self.key, 1, extra.odds, key) then
|
||||||
break
|
break
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue