Improve multiplayer compatibility

This commit is contained in:
Emik 2026-06-07 19:03:00 +02:00
parent 38c477e95f
commit 0e5a7a3d06
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
"id": "Roland",
"name": "Roland",
"prefix": "Roland",
"version": "2.8.21",
"version": "2.8.22",
"badge_colour": "8BE9FD",
"display_name": "Roland",
"main_file": "src/main.lua",

View file

@ -966,7 +966,7 @@ joker {
if context.end_of_round and extra.probability ~= extra.reset then
extra.probability = extra.reset
return {message = localize "k_reset", colour = G.C.RED, message_card = card}
return {message = localize "k_reset", colour = G.C.RED, message_card = card, repetitions = 0}
end
if context.after then