diff --git a/manifest.json b/manifest.json index 3b5feb6..93999a8 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "id": "Roland", "name": "Roland", "prefix": "Roland", - "version": "2.9.26", + "version": "2.9.27", "badge_colour": "8BE9FD", "display_name": "Roland", "main_file": "src/main.lua", diff --git a/src/joker.lua b/src/joker.lua index 3ce532a..3b45f80 100644 --- a/src/joker.lua +++ b/src/joker.lua @@ -1258,7 +1258,7 @@ joker { return {card = card, numerator = extra.probability} end - if context.end_of_round and extra.probability ~= extra.reset then + if context.end_of_round and not context.repetition and extra.probability ~= extra.reset then extra.probability = extra.reset return {message = localize "k_reset", colour = G.C.RED, message_card = card, repetitions = 0} end