I am feeling very anxious today.

This commit is contained in:
Emik 2026-02-25 16:53:02 +01:00
parent 29f29c566d
commit 8db953dde2
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF

View file

@ -620,7 +620,7 @@ joker {
for _ = 1, 64 do
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
break